From 19412f58c3b99694562f4fa4a3abaad143cb77a7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 Jun 2018 19:12:24 +0300 Subject: Add: conroller_url to notification config --- notification_service.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, } -- cgit v1.2.1