Configuration
Apps on Aptible can be configured through a Configuration object.
The configuration holds a set of keys and values, which will be exposed to your App Containers as environment variables (see Container Environment for more information).
Configuration is managed using the Aptible CLI commands aptible config:set
and aptible config
. Aptible encrypts configuration variables set through aptible config:set
at rest and in transit.
Alternatively, the aptible deploy
command can also be used to synchronize code and Configuration changes.
See Also
Updated 11 months ago