This is an internal documentation. There is a good chance you’re looking for something else. See Disclaimer.
Set Application Properties¶
How to Set Properties¶
Primary ways to set properties:
During development create customer/${CUSTOMER}/etc/application-development.properties.
In production, use Ansible’s env variable. If available, set the corresponding Ansible variable listed in Available Application Properties instead.
Changes needed in production and development, commit to customer/${CUSTOMER}/etc/application.properties
More Ways to Set Properties¶
How/Where |
Use cases |
---|---|
Command line: |
|
customer/${CUSTOMER}/etc/application.properties [1] |
|
customer/${CUSTOMER}/etc/application-development.properties [1] |
|
Environment variable: |
|
Ansible config.yml/global.yml |
|
Footnotes