|
|
@ -26,7 +26,7 @@ SECRET_KEY = 'hey' |
|
|
# SECURITY WARNING: don't run with debug turned on in production! |
|
|
# SECURITY WARNING: don't run with debug turned on in production! |
|
|
DEBUG = os.environ["DEBUG"] == 'True' |
|
|
DEBUG = os.environ["DEBUG"] == 'True' |
|
|
|
|
|
|
|
|
ALLOWED_HOSTS = ".ocp-cluster.reymota.lab" |
|
|
|
|
|
|
|
|
ALLOWED_HOSTS = [".ocp-cluster.reymota.lab"] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Application definition |
|
|
# Application definition |
|
|
|