From 5ec44d3378a75b5e5310d5a337d52ec085e5f799 Mon Sep 17 00:00:00 2001 From: pedro Date: Mon, 16 Dec 2024 19:28:08 +0100 Subject: [PATCH] better .env.example (just edit DOMAIN) --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index d8fed15..6fb20c9 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ DOMAIN=localhost DEMO=true # note that with DEBUG=true, logs are more verbose (include tracebacks) DEBUG=true -ALLOWED_HOSTS=localhost,localhost:8000,127.0.0.1, +ALLOWED_HOSTS=${DOMAIN},${DOMAIN}:8000,127.0.0.1,127.0.0.1:8000 DPP=false STATIC_ROOT=/tmp/static/