This commit is contained in:
wh1te909
2022-06-26 15:34:00 -07:00
parent aed33b9a95
commit 8d2511129c
8 changed files with 29 additions and 13 deletions

View File

@@ -154,6 +154,8 @@ func NewAgentConfig() *rmm.AgentConfig {
Cert: viper.GetString("cert"),
Proxy: viper.GetString("proxy"),
CustomMeshDir: viper.GetString("meshdir"),
NatsProxyPath: viper.GetString("natsproxypath"),
NatsProxyPort: viper.GetString("natsproxyport"),
}
return ret
}