chore: notification remove MAIL_USERNAME and MAIL_PASSWORD from required env
Some checks failed
Build / docker (push) Failing after 13s

This commit is contained in:
2025-01-25 09:19:23 +01:00
parent 4b93becdf2
commit b7cdfebd9c
3 changed files with 11 additions and 26 deletions

View File

@@ -83,3 +83,13 @@ func backupReference() string {
const templatePath = "/config/templates"
var DatabaseName = ""
var vars = []string{
"TG_TOKEN",
"TG_CHAT_ID",
}
var mailVars = []string{
"MAIL_HOST",
"MAIL_PORT",
"MAIL_FROM",
"MAIL_TO",
}