produkcni config

This commit is contained in:
Martin Quarda 2024-08-13 14:42:38 +02:00
parent 54dbaa19c7
commit f7a07cbada

View File

@ -23,7 +23,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = 'django-insecure-#q!-odx05#6o&1dek)4shtqdw!)s5oonenb(tcmuwclu^dy4!#'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ['https://alkator.cz', 'https://beta.alkator.cz', 'localhost']
@ -84,7 +84,7 @@ DATABASES = {
COMGATE_MERCHANT = 484757
COMGATE_TEST = True
COMGATE_TEST = False
COMGATE_SECRET = '2c07bfabd1a5e4a312dc49929de60aa2'