récupérations variables standard systemd

This commit is contained in:
nyanloutre 2019-11-01 19:52:12 +01:00
parent bc4f5684b7
commit fda98879a9
Signed by: nyanloutre
GPG Key ID: 194A92D1103ACB2A
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ALLOWED_HOSTS = ["musique-meyenheim.fr"]
SECRET_KEY = os.environ['SECRET_KEY']
VAR_DIR = os.environ['VAR_DIR']
VAR_DIR = os.environ['STATE_DIRECTORY']
DATABASES = {
'default': {