Set to PROD settings

This commit is contained in:
Edgar P. Burkhart 2022-05-21 16:12:39 +02:00
parent 50b21d62ab
commit 568c607231
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 3 additions and 3 deletions

View File

@ -21,12 +21,12 @@ MEDIA_ROOT = Path("/var/lib/nummi")
# See https://docs.djangoproject.com/en/4.0/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = "django-insecure-y+p9uil_br-97e11gtmww8te@7%b^t06-r6pszmk82zj=4z$2f"
SECRET_KEY = "h/0OOuNSBRJy9Suo172Y5sJYGgmDqanh"
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ["nummi.edgarpierre.fr"]
# Application definition