Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
openboxes.war | 2016-12-08 | 86.0 MB | |
Hotfix 0.7.14.tar.gz | 2016-12-08 | 7.3 MB | |
Hotfix 0.7.14.zip | 2016-12-08 | 9.1 MB | |
README.md | 2016-12-08 | 551 Bytes | |
Totals: 4 Items | 102.4 MB | 0 |
Release Notes * [#22] Allow sysadmin to override grails.config.locations using command line argument or env property
Instructions You can now add a custom config file location using a command line argument (-D) or with an environment variable.
For example, you can add the following to your setenv.sh
export CATALINA_OPTS="$CATALINA_OPTS -Dopenboxes.config.location=/path/to/your/openboxes-config.properties"
Or export your own config location variable.
export OPENBOXES_CONFIG_LOCATION=/path/to/your/openboxes-config.properties