Skip to content

Commit

Permalink
chore: use better name for environment variable example value
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine committed Jul 21, 2023
1 parent 98183ca commit defb33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/scripts/dotenv-generate--template
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ IMAGE_TAG=\"${IMAGE_TAG:-$(uname -m)}\"
# email
AWS_ACCESS_KEY=\"${AWS_ACCESS_KEY:-your_aws_access_key}\"
AWS_REGION=\"${AWS_REGION:-us-east-1}\"
AWS_REGION=\"${AWS_REGION:-your_aws_region_eg_us-east-1}\"
AWS_SECRET=\"${AWS_SECRET}\"
EMAIL_FROM_DEFAULT=\"${EMAIL_FROM_DEFAULT:-no-reply@${PHX_HOST:-$default_phx_host}}\"
Expand Down

0 comments on commit defb33a

Please sign in to comment.