From 8a8f2cdea4872075954521d59e54b8f6d42860ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sun, 17 Nov 2024 20:08:53 +0100 Subject: [PATCH] Fix typo in comment --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index ab72682..d92e9d3 100644 --- a/.env.example +++ b/.env.example @@ -18,7 +18,7 @@ PORT=8000 # Secret Key. Must be edited before deployment DJANGO_SECRET_KEY=534hj5jgh4365ghj35jgh245jgh24 -# Allowed host be be accessed. Currently it is only possible to specify a single URL +# Allowed host to be accessed. Currently it is only possible to specify a single URL DJANGO_ALLOWED_HOST=lab.example.com # Media URL for images and other content