From 144a65ee05b6c72aa2f5635b8d1a7b9a12d1580a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sun, 17 Nov 2024 16:52:18 +0100 Subject: [PATCH] Fix typo in eample env file --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 169edd6..e74875e 100644 --- a/.env.example +++ b/.env.example @@ -24,6 +24,6 @@ DJANGO_MEDIA_URL=media.lab.example.com/ # DO NOT SET DEBUG MODE IN PRODUCTION # DJANGO_FORCE_DEV_MODE=True -# Set this password if you want to use a custom postgres password. The db should be condifed inside the docker network. +# Set this password if you want to use a custom postgres password. The db should be confined inside the docker network. # Using the standard PW is therefore not a problem # DJANGO_POSTGRESQL_PW=myfancynewpassword123donotsharemewithanyone \ No newline at end of file