aboutsummaryrefslogtreecommitdiff
path: root/config.env.py
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2021-02-25 20:54:00 -0500
committerGalen Guyer <galen@galenguyer.com>2021-02-25 20:54:00 -0500
commit2db9fcf921c5302336dfd3bc72983692b345d2aa (patch)
tree18ea730264fda4afec01ee7ed516a46693e9b2d7 /config.env.py
parent6746140ea31c9f3a2d1b098f8c9cbb70cb3b86b7 (diff)
reqs stuff and remove swagger html
Diffstat (limited to 'config.env.py')
-rw-r--r--config.env.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.env.py b/config.env.py
index fd7c9ac..6726cb3 100644
--- a/config.env.py
+++ b/config.env.py
@@ -12,6 +12,4 @@ import os
# Defaults for flask configuration
IP = os.environ.get('IP', '127.0.0.1')
PORT = os.environ.get('PORT', 5000)
-#SERVER_NAME = os.environ.get('SERVER_NAME', 'localhost:5000')
SECRET_KEY = os.environ.get('SESSION_KEY', default=''.join(secrets.token_hex(16)))
-