Environment Variables
Last updated
Last updated
Parsed by the core framework, and extensions early on in runtime (before App
is fully loaded). Triggers low-level framework logging, and toggles App.Meta.framework_logging
.
Values:
0
1
Usage:
Deprecated in 3.0.8 in favor of (same usage).
Out of the box, Cement supports overriding application configuration settings by environment variables.
Configuration:
The above configuration would be overridden by the $MYAPP_FOO
environment variable.