diff --git a/mcserver/settings.py b/mcserver/settings.py index 0ced436..0d84548 100644 --- a/mcserver/settings.py +++ b/mcserver/settings.py @@ -22,7 +22,7 @@ # See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/ # SECURITY WARNING: keep the secret key used in production secret! -SECRET_KEY = 'iw8ctf3)6e-6e#$&eoou-sqawdm4p(1+*#8tsdqy+6+tx=nlt$' +SECRET_KEY = config("SECRET_KEY") # SECURITY WARNING: don't run with debug turned on in production! DEBUG = config("DEBUG", default=False, cast=bool) @@ -304,4 +304,4 @@ def strip_sensitive_data(event, hint): GRAPH_MODELS ={ 'all_applications': True, 'graph_models': True, -} \ No newline at end of file +}