Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
🐛 Fix setting PGAdmin env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jan 11, 2019
1 parent 9e73c94 commit 7fa54a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/env-pgadmin.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PGADMIN_LISTEN_PORT=5050
PG_ADMIN_DEFAULT_EMAIL={{cookiecutter.pgadmin_default_user}}
PG_ADMIN_DEFAULT_PASSWORD={{cookiecutter.pgadmin_default_user_password}}
PGADMIN_DEFAULT_EMAIL={{cookiecutter.pgadmin_default_user}}
PGADMIN_DEFAULT_PASSWORD={{cookiecutter.pgadmin_default_user_password}}

0 comments on commit 7fa54a2

Please sign in to comment.