nacos config
This commit is contained in:
@@ -21,6 +21,15 @@ type EnvConfig struct {
|
||||
NamespaceId string `yaml:"namespace"`
|
||||
DataId string `yaml:"dataid"`
|
||||
Group string `yaml:"group"`
|
||||
ProxyServer struct {
|
||||
KeyFile string `yaml:"key"`
|
||||
PemFile string `yaml:"pem"`
|
||||
} `yaml:"proxyserver"`
|
||||
|
||||
ServerBackend struct {
|
||||
KeyFile string `yaml:"key"`
|
||||
PemFile string `yaml:"pem"`
|
||||
} `yaml:"serverbackend"`
|
||||
}
|
||||
|
||||
var optPathDirs = []string{"/opt", "./", "../", "../../"}
|
||||
|
||||
Reference in New Issue
Block a user