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