1
0
patt/config_example/config.py

21 Zeilen
430 B
Python

#
# General settings
#
# APP_NAME is used for logging
APP_NAME = 'patt'
# SECURITY WARNING: don't run with debug turned on in production!
# DEBUG = False
# SECURITY WARNING: don't run with a dummy secret in production!
# SECRET_KEY = None
# SECURITY WARNING: don't run with '0.0.0.0' in in production, unless you know what you are doing!
# ALLOWED_HOSTS = ['127.0.0.1', ]
#
# Style settings
#
# DEFAULT_THEME = 'clear-green'