Documentation Index
Fetch the complete documentation index at: https://www.aptible.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.Platform-specific Configuration Variables
While generally deprecated, some platform behavior is controlled by specific variables:APTIBLE_DO_NOT_WIPE(See Disabling filesystem wipes)APTIBLE_ACK_COMPANION_REPO_DEPRECATION(See Companion Git Repository)
- Deprecated
FORCE_SSL— now an endpoint setting. (See HTTPS Redirect) - Deprecated
STRICT_HEALTH_CHECKS— now an endpoint setting. (See Strict Health Checks) - Deprecated
IDLE_TIMEOUT— now an endpoint setting. (See Endpoint Timeouts) - Deprecated
SSL_PROTOCOLS_OVERRIDE— now an endpoint setting. (See HTTPS Protocols) - Deprecated
SSL_CIPHERS_OVERRIDE— now an endpoint setting. (See HTTPS Protocols) - Deprecated
DISABLE_WEAK_CIPHER_SUITES— now an endpoint setting. (See HTTPS Protocols) - Deprecated
SHOW_ELB_HEALTHCHECKS— now an endpoint setting. (See Endpoint Logs) - Deprecated
RELEASE_HEALTHCHECK_TIMEOUT— now an endpoint setting. (See Release Health Checks) - Deprecated
MAINTENANCE_PAGE_URL— now an endpoint setting. (See Maintenance Page) - Deprecated
APTIBLE_PRIVATE_REGISTRY_USERNAME— use the--private-registry-usernameflag withaptible deployor theprivate_registry_usernameTerraform attribute instead. (See Private Registry Authentication) - Deprecated
APTIBLE_PRIVATE_REGISTRY_PASSWORD— use the--private-registry-passwordflag withaptible deployor theprivate_registry_passwordTerraform attribute instead. (See Private Registry Authentication)
FAQ
How do I set or modify configuration variables?
How do I set or modify configuration variables?
See related guide:
How to set or modify configuration variables
How do I synchronize configuration and code change?
How do I synchronize configuration and code change?
See related guide:

