Skip to content

Commit f3c91d2

Browse files
committed
set default for PROXY_SERVICE_CONFIG
1 parent 529d9da commit f3c91d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/proxy/ProxyRouter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type ProxyConnection struct {
2222
}
2323

2424
type Config struct {
25-
ProxyServiceConfig string `env:"PROXY_SERVICE_CONFIG" envDefault:""`
25+
ProxyServiceConfig string `env:"PROXY_SERVICE_CONFIG" envDefault:"{}"`
2626
}
2727

2828
func GetProxyConfig() (*Config, error) {

0 commit comments

Comments
 (0)