more registration config (#50, #51)

This commit is contained in:
Michael Quigley 2022-09-09 13:23:30 -04:00
parent e5711629a0
commit 5d594ce91a
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -31,6 +31,11 @@ type EmailConfig struct {
Password string
}
type RegistrationConfig struct {
EmailFrom string
VerifyUrlTemplate string
}
type ZitiConfig struct {
ApiEndpoint string
Username string