1
1
mirror of https://github.com/openziti/zrok.git synced 2025-08-15 18:42:32 +02:00
Files
zrok/controller/emailUi/config.go
2023-03-27 15:29:25 -04:00

10 lines
137 B
Go

package emailUi
type Config struct {
Host string
Port int
Username string
Password string `cf:"+secret"`
From string
}