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