summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notification_service.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/notification_service.py b/notification_service.py
index 002650d..bd6bad1 100644
--- a/notification_service.py
+++ b/notification_service.py
@@ -49,7 +49,8 @@ default_config = {
'smtp_server': None,
'smtp_port': None,
'smtp_user': None,
- 'smtp_password': None
+ 'smtp_password': None,
+ 'controller_url': None,
}