feat: Use generic env var name
This commit is contained in:
parent
ab1981f1bc
commit
3ad75c2f0d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ DATA_DIR = os.environ.get("USERAUSFALL_DATA_DIR", BASE_DIR)
|
|||
# See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/
|
||||
|
||||
# SECURITY WARNING: keep the secret key used in production secret!
|
||||
SECRET_KEY = os.environ.get('USERAUSFALL_SECRET_KEY')
|
||||
SECRET_KEY = os.environ.get('LOCAL_DJANGO_SECRET_KEY')
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
|
|
Reference in a new issue