mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-05-24 00:24:06 +03:00
Option to sent configuration by email
This commit is contained in:
parent
7edcd1b80c
commit
5fec9d6a02
10 changed files with 271 additions and 16 deletions
|
@ -2,6 +2,9 @@ package util
|
|||
|
||||
// Runtime config
|
||||
var (
|
||||
DisableLogin bool
|
||||
BindAddress string
|
||||
DisableLogin bool
|
||||
BindAddress string
|
||||
SendgridApiKey string
|
||||
EmailFrom string
|
||||
EmailFromName string
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue