Skip to main content

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:
The following variables are deprecated. They have been replaced by dedicated endpoint settings or app deployment settings and should be unset from your app configuration once you have migrated
  • 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-username flag with aptible deploy or the private_registry_username Terraform attribute instead. (See Private Registry Authentication)
  • Deprecated APTIBLE_PRIVATE_REGISTRY_PASSWORD — use the --private-registry-password flag with aptible deploy or the private_registry_password Terraform attribute instead. (See Private Registry Authentication)

FAQ

See related guide:

How to set or modify configuration variables

See related guide:

How to synchronize configuration and code changes