From fa9b4e61d1f8e9f645eae77b960e70411cc17490 Mon Sep 17 00:00:00 2001 From: Viswamedha Nalabotu Date: Sun, 18 Jan 2026 14:53:21 +0000 Subject: [PATCH] Added extra keys to template --- .env.template | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 8580642..7d8d13d 100644 --- a/.env.template +++ b/.env.template @@ -25,4 +25,10 @@ DJANGO_POSTGRES_DB=postgres_db_name DJANGO_POSTGRES_USER=postgres_user DJANGO_POSTGRES_PASSWORD=postgres_password DJANGO_POSTGRES_HOST=localhost -DJANGO_POSTGRES_PORT=5432 \ No newline at end of file +DJANGO_POSTGRES_PORT=5432 + +POSTGRES_DB=postgres_db_name +POSTGRES_USER=postgres_user +POSTGRES_PASSWORD=postgres_password +POSTGRES_HOST=localhost +POSTGRES_PORT=5432 \ No newline at end of file