mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +01:00
Add default secret key
This commit is contained in:
parent
01d31b68c7
commit
097074bac5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ CONTRIB_DIR = PROJECT_ROOT / "contrib"
|
||||||
|
|
||||||
env = environ.Env(
|
env = environ.Env(
|
||||||
DEBUG=(bool, False),
|
DEBUG=(bool, False),
|
||||||
SECRET_KEY=str,
|
SECRET_KEY=(str, "g7Dpw*NPF&qGYh%fCE@FEu6T5iT2^TUg&5ysH6xFio*S^9U5FV"),
|
||||||
ALLOWED_HOSTS=(list, []),
|
ALLOWED_HOSTS=(list, []),
|
||||||
DEBUG_TOOLBAR=(bool, True),
|
DEBUG_TOOLBAR=(bool, True),
|
||||||
STATIC_ROOT=(Path, BASE_DIR / "public" / "static"),
|
STATIC_ROOT=(Path, BASE_DIR / "public" / "static"),
|
||||||
|
|
Loading…
Reference in a new issue