aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index d27edc6d..9db9eb13 100644
--- a/conf.py
+++ b/conf.py
@@ -28,7 +28,6 @@ WEBSERVER_HOST = config.get('webserver', 'host')
WEBSERVER_PORT = int(config.get('webserver', 'port'))
WEBSERVER_USERNAME = config.get('webserver', 'username')
WEBSERVER_PASSWORD = config.get('webserver', 'password')
-WEBSERVER_SECRETKEY = config.get('webserver', 'secretkey')
MAIL_HOST = config.get('mail', 'host')
MAIL_PORT = int(config.get('mail', 'port'))
bgstack15