Set to PROD settings
This commit is contained in:
parent
50b21d62ab
commit
568c607231
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue