Skip to content

Commit 61a96fd

Browse files
fix(config-vars): Add note about auto setting REGION (#7)
1 parent 8cc856c commit 61a96fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/how-to/apps/config-variables.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Config variables are used to store secrets and pass environment-specific informa
1313

1414
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.
1515

16+
!!! note
17+
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.
18+
1619
## Modifying a config variable
1720

1821
Use the same process as above for setting a variable.

0 commit comments

Comments
 (0)