From 1f7c4cc0c42c7b1bac02b757b45ef94a40ad98b6 Mon Sep 17 00:00:00 2001 From: Sylvain Boissel Date: Tue, 21 Nov 2023 15:05:33 +0100 Subject: [PATCH] Update .env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 95946d20..d3ce728b 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,8 @@ SECRET_KEY= DEBUG=False HOST_PROTO=http -HOST_URL="0.0.0.0" -ALLOWED_HOSTS="localhost, 0.0.0.0" +HOST_URL=localhost # use 0.0.0.0 for Docker +ALLOWED_HOSTS=localhost, 0.0.0.0 HOST_PORT=8000 USE_DOCKER=0 # Set 1 to use Docker