Skip to content

Commit 7fa54a2

Browse files
committed
🐛 Fix setting PGAdmin env vars
1 parent 9e73c94 commit 7fa54a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PGADMIN_LISTEN_PORT=5050
2-
PG_ADMIN_DEFAULT_EMAIL={{cookiecutter.pgadmin_default_user}}
3-
PG_ADMIN_DEFAULT_PASSWORD={{cookiecutter.pgadmin_default_user_password}}
2+
PGADMIN_DEFAULT_EMAIL={{cookiecutter.pgadmin_default_user}}
3+
PGADMIN_DEFAULT_PASSWORD={{cookiecutter.pgadmin_default_user_password}}

0 commit comments

Comments
 (0)