diff options
Diffstat (limited to 'default_config.py')
-rw-r--r-- | default_config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default_config.py b/default_config.py index 612fff6..9897585 100644 --- a/default_config.py +++ b/default_config.py @@ -15,6 +15,8 @@ FLASKCACHINGDEFAULTTIMEOUT = 900 FLASKCACHINGDIR = '/tmp/flask-caching-dir' API_URL_PLOT = "http://127.0.0.1:5000/plot" +AUTH_KEY = 'Secret key' # Same key as in web application + HTTP_HOST = '127.0.0.1' HTTP_PORT = '5000' PRODUCTION = True |