Adding the bin dir where we download the reporting binaries into as the default via an env-var (#45)

This commit is contained in:
Jan Heise
2024-04-18 10:16:20 +02:00
committed by GitHub
parent 13ef01ba3a
commit 24da6765d7

View File

@@ -20,6 +20,7 @@ var runConfigurations = map[string]string{
<configuration default="false" name="Graylog Server" type="Application" factoryName="Application" singleton="true">
<envs>
<env name="DEVELOPMENT" value="true" />
<env name="GRAYLOG_BIN_DIR" value="../graylog-plugin-enterprise/enterprise/bin" />
</envs>
<option name="MAIN_CLASS_NAME" value="org.graylog2.bootstrap.Main" />
<module name="runner" />