add NOTIFICATIONS_WEB_UI_URL

This commit is contained in:
Willy Kloucek
2022-11-07 15:44:36 +01:00
parent 9193e6f523
commit 4db9d060b7
4 changed files with 11 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ func DefaultConfig() *config.Config {
Service: config.Service{
Name: "notifications",
},
WebUiURL: "https://localhost:9200",
Notifications: config.Notifications{
SMTP: config.SMTP{
Host: "",