mirror of
https://github.com/openziti/zrok.git
synced 2025-02-02 11:29:50 +01:00
parent
c95e84b53e
commit
e5711629a0
@ -9,6 +9,7 @@ import (
|
|||||||
type Config struct {
|
type Config struct {
|
||||||
Endpoint *EndpointConfig
|
Endpoint *EndpointConfig
|
||||||
Proxy *ProxyConfig
|
Proxy *ProxyConfig
|
||||||
|
Email *EmailConfig
|
||||||
Store *store.Config
|
Store *store.Config
|
||||||
Ziti *ZitiConfig
|
Ziti *ZitiConfig
|
||||||
}
|
}
|
||||||
@ -23,6 +24,13 @@ type ProxyConfig struct {
|
|||||||
Identities []string
|
Identities []string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type EmailConfig struct {
|
||||||
|
Host string
|
||||||
|
Port uint16
|
||||||
|
Username string
|
||||||
|
Password string
|
||||||
|
}
|
||||||
|
|
||||||
type ZitiConfig struct {
|
type ZitiConfig struct {
|
||||||
ApiEndpoint string
|
ApiEndpoint string
|
||||||
Username string
|
Username string
|
||||||
|
Loading…
Reference in New Issue
Block a user