mirror of
https://github.com/Graylog2/graylog-project-cli.git
synced 2026-03-13 08:02:57 +08:00
Adding the bin dir where we download the reporting binaries into as the default via an env-var (#45)
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user