aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.py b/src/conf.py
index 5c96fea8..31fe20c4 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -36,6 +36,7 @@ DEFAULTS = {"platform_url": "https://jarr.herokuapp.com/",
"log_level": "info",
"user_agent": "JARR (https://github.com/JARR-aggregator)",
"secret_key": "",
+ "security_password_salt", "",
"enabled": "false",
"notification_email": "jarr@no-reply.com",
"tls": "false",
bgstack15