refactor public sharing backend to use frontend selection, rather than hard-wired frontend zids (#110)

This commit is contained in:
Michael Quigley
2022-12-06 11:48:59 -05:00
parent 95adcfe10a
commit 081a558ba2
7 changed files with 33 additions and 18 deletions

View File

@ -12,7 +12,6 @@ type Config struct {
V int
Admin *AdminConfig
Endpoint *EndpointConfig
Proxy *ProxyConfig
Email *EmailConfig
Registration *RegistrationConfig
Store *store.Config
@ -30,11 +29,6 @@ type EndpointConfig struct {
Port int
}
type ProxyConfig struct {
UrlTemplate string
Identities []string
}
type EmailConfig struct {
Host string
Port int