Option to sent configuration by email

This commit is contained in:
Giorgos Komninos 2021-08-08 11:34:47 +03:00
parent 7edcd1b80c
commit 5fec9d6a02
10 changed files with 271 additions and 16 deletions

View file

@ -2,6 +2,9 @@ package util
// Runtime config
var (
DisableLogin bool
BindAddress string
DisableLogin bool
BindAddress string
SendgridApiKey string
EmailFrom string
EmailFromName string
)