Added extra keys to template
This commit is contained in:
parent
72440946f6
commit
fa9b4e61d1
1 changed files with 7 additions and 1 deletions
|
|
@ -26,3 +26,9 @@ DJANGO_POSTGRES_USER=postgres_user
|
||||||
DJANGO_POSTGRES_PASSWORD=postgres_password
|
DJANGO_POSTGRES_PASSWORD=postgres_password
|
||||||
DJANGO_POSTGRES_HOST=localhost
|
DJANGO_POSTGRES_HOST=localhost
|
||||||
DJANGO_POSTGRES_PORT=5432
|
DJANGO_POSTGRES_PORT=5432
|
||||||
|
|
||||||
|
POSTGRES_DB=postgres_db_name
|
||||||
|
POSTGRES_USER=postgres_user
|
||||||
|
POSTGRES_PASSWORD=postgres_password
|
||||||
|
POSTGRES_HOST=localhost
|
||||||
|
POSTGRES_PORT=5432
|
||||||
Loading…
Reference in a new issue