You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/config/app_config.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ type AppConfig struct {
37
37
AppriseApiURLHttpUrl`env:"APPRISE_API_URL" validate:"httpUrl"`// AppriseApiURL is the URL of the Apprise notification service
38
38
AppriseNotifyUrlsstring`env:"APPRISE_NOTIFY_URLS"`// AppriseNotifyUrls is a comma-separated list of URLs to notify via the Apprise notification service
39
39
AppriseNotifyUrlsFilestring`env:"APPRISE_NOTIFY_URLS_FILE,file"`// AppriseNotifyUrlsFile is the file containing the AppriseNotifyUrls
40
-
AppriseNotifyLevelstring`env:"APPRISE_NOTIFY_LEVEL,notEmpty" envDefault:"info"`// AppriseNotifyLevel is the level of notifications to send via the Apprise notification service
40
+
AppriseNotifyLevelstring`env:"APPRISE_NOTIFY_LEVEL,notEmpty" envDefault:"success"`// AppriseNotifyLevel is the level of notifications to send via the Apprise notification service
0 commit comments