Deploying Apps
Configuration
Learn about how configuration variables provide persistent environment variables for your app’s containers, simplifying settings management
Overview
Configuration variables contain a collection of keys and values, which will be made available to your app’s containers as environment variables. Configurable variables persist once set, eliminating the need to repeatedly set the variables upon deploys. These variables will remain available in your app containers until modified or unset.
You can use the following configuration variables:
FORCE_SSL
(See HTTPS Redirect)STRICT_HEALTH_CHECKS
(See Strict Health Checks)IDLE_TIMEOUT
(See Endpoint Timeouts)SSL_PROTOCOLS_OVERRIDE
(See HTTPS Protocols)SSL_CIPHERS_OVERRIDE
(See HTTPS Protocols)DISABLE_WEAK_CIPHER_SUITE
(See HTTPS Protocols)SHOW_ELB_HEALTHCHECKS
(See Endpoint configuration variables)RELEASE_HEALTHCHECK_TIMEOUT
(See Release Health Checks)MAINTENANCE_PAGE_URL
(See Maintenance Page)APTIBLE_PRIVATE_REGISTRY_USERNAME
(See Private Registry Authentication)APTIBLE_PRIVATE_REGISTRY_PASSWORD
(See Private Registry Authentication)APTIBLE_DO_NOT_WIPE
(See Disabling filesystem wipes)