account request infrastructure (#50, #51)

This commit is contained in:
Michael Quigley
2022-09-09 13:35:21 -04:00
parent 5d594ce91a
commit 75eeb481e9
3 changed files with 42 additions and 5 deletions
+6 -5
View File
@@ -7,11 +7,12 @@ import (
)
type Config struct {
Endpoint *EndpointConfig
Proxy *ProxyConfig
Email *EmailConfig
Store *store.Config
Ziti *ZitiConfig
Endpoint *EndpointConfig
Proxy *ProxyConfig
Email *EmailConfig
Registration *RegistrationConfig
Store *store.Config
Ziti *ZitiConfig
}
type EndpointConfig struct {