Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/how-to/apps/config-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Config variables are used to store secrets and pass environment-specific informa

This command will store the value as an encrypted string in the [AWS Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html). It will also gracefully restart your application to add the environment variable immediately.

!!! note
The `APPPACK_APPNAME` configuration is already set for each app. If neither `AWS_REGION` nor `AWS_DEFAULT_REGION` are configured, they will be automatically set to the app's deployed region. If either one is set, the other will not be set automatically.

## Modifying a config variable

Use the same process as above for setting a variable.
Expand Down