fix: Update configuration structure to include Management section for WebSocket and HTTP server addresses

This commit is contained in:
2025-03-24 16:28:15 +08:00
parent a13eaaf5a4
commit f87922883e
4 changed files with 12 additions and 9 deletions

View File

@@ -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() {