Skip to content

Commit

Permalink
fix(config-vars): Add note about auto setting REGION
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousLearner committed Jun 4, 2024
1 parent 8cc856c commit 3862bdd
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 3862bdd

Please sign in to comment.