Read SECRET_KEY/DEBUG/ALLOWED_HOSTS from .env with defaults
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user