Skip to content

Commit

Permalink
ops: add DEPLOYMENT_ENVIRONMENT to dotenv generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine committed Oct 6, 2023
1 parent ef7510f commit 3575b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/scripts/dotenv-generate--template
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ default_phx_host=phoenix-todo-list.localhost

echo "# phoenix
PHX_HOST=\"${PHX_HOST:-$default_phx_host}\"
DEPLOYMENT_ENVIRONMENT=\"${DEPLOYMENT_ENVIRONMENT:-dev}\"
PORT=\"${PORT:-4000}\"
SECRET_KEY_BASE=\"${SECRET_KEY_BASE:-$(openssl rand -base64 48)}\"
Expand Down

0 comments on commit 3575b67

Please sign in to comment.