Added extra keys to template

This commit is contained in:
Viswamedha Nalabotu 2026-01-18 14:53:21 +00:00
parent 72440946f6
commit fa9b4e61d1

View file

@ -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