Read SECRET_KEY/DEBUG/ALLOWED_HOSTS from .env with defaults

This commit is contained in:
2026-03-22 22:57:29 -04:00
parent 912446d9b7
commit 4ba90f79ee
2 changed files with 46 additions and 3 deletions

View File

@@ -1,2 +1,5 @@
SECRET_KEY=django-insecure-change-me
DEBUG=True
ALLOWED_HOSTS=localhost,127.0.0.1
GALLERY_ROOT=/absolute/path/to/images
THUMBNAILS_ROOT=/absolute/path/to/thumb-cache