diff --git a/controller/config.go b/controller/config.go index 26b80f30..4f1ed875 100644 --- a/controller/config.go +++ b/controller/config.go @@ -31,6 +31,11 @@ type EmailConfig struct { Password string } +type RegistrationConfig struct { + EmailFrom string + VerifyUrlTemplate string +} + type ZitiConfig struct { ApiEndpoint string Username string