summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-18 19:12:24 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-18 19:12:24 +0300
commit19412f58c3b99694562f4fa4a3abaad143cb77a7 (patch)
tree224159f87fce32aefe450dcf52e38d2cad4211a5
parent3c13f8387e1327259540dff05edc4ec4532bd994 (diff)
downloadick2-19412f58c3b99694562f4fa4a3abaad143cb77a7.tar.gz
Add: conroller_url to notification config
-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,
}