fix: Update configuration structure to include Management section for WebSocket and HTTP server addresses
This commit is contained in:
@@ -20,7 +20,7 @@ var ProxyAddr = ""
|
||||
|
||||
func init() {
|
||||
SteamAPIKey = config.ConfigManager.GetConfig().SteamApiKey
|
||||
ProxyAddr = config.ConfigManager.GetConfig().ProxyAddr
|
||||
ProxyAddr = config.ConfigManager.GetConfig().Management.ProxyAddr
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user