Merge pull request #57 from jkaninda/refactor

update configuration
This commit is contained in:
2024-11-05 11:05:59 +01:00
committed by GitHub

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,