update configuration

This commit is contained in:
2024-11-05 11:03:00 +01:00
parent 51497915a5
commit 73095423a7

View File

@@ -85,7 +85,7 @@ func initConfig(configFile string) {
}
conf := &GatewayConfig{
GatewayConfig: Gateway{
ListenAddr: "0.0.0.0:80",
ListenAddr: ":80",
WriteTimeout: 15,
ReadTimeout: 15,
IdleTimeout: 60,