From 4b18769137405ec2a485563e607b727f9eca21e1 Mon Sep 17 00:00:00 2001 From: woutervermeer Date: Thu, 26 Mar 2026 09:52:33 +0000 Subject: [PATCH] Update .env.template --- .env.template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index d2f94fc..3c188b4 100644 --- a/.env.template +++ b/.env.template @@ -1,8 +1,11 @@ +#NGINX +NGINX_HOSTNAME=localhost + # Django DJANGO_SETTINGS_MODULE=website.settings DJANGO_SECRET_KEY=CWHZCAZBNV57tDkwGHJwTUu3PCSnGG45 DEBUG=TRUE -ALLOWED_HOSTS=localhost +#ALLOWED_HOSTS=localhost # Database (PostgreSQL) POSTGRES_USER=test_user @@ -14,4 +17,4 @@ POSTGRES_DB=test_db # Gunicorn GUNICORN_WORKERS=3 -GUNICORN_TIMEOUT=120 +GUNICORN_TIMEOUT=120 \ No newline at end of file -- 2.49.1