View Revisions: Issue #2945
Summary | 0002945: Allow environment variables and system properties to be used as replacement properties in engine parameters at startup | ||
---|---|---|---|
Revision | 2016-12-15 21:52 by chenson | ||
Description | Allow environment variables and system properties to be used as replacement properties in engine parameters at startup. You will be able to use the following notation for environment variables: engine.name=$(HOSTNAME) And the following for System properties (like -Dmy.property=Test) engine.name=$(my.property) |
||
Revision | 2016-12-15 13:24 by chenson | ||
Description | Allow environment variables and system properties to be used as replacement properties in engine parameters at startup |