In pkg/config/config.go on the main branch the SQLEDGE_PROXY_ADDRESS is assigned to Port.
I think the correct env var name would be SQLEDGE_PROXY_PORT
Proxy struct {
Address string `env:"SQLEDGE_PROXY_ADDRESS,default=localhost"`
Port int `env:"SQLEDGE_PROXY_ADDRESS,default=5433"`
}
In
pkg/config/config.goon the main branch the SQLEDGE_PROXY_ADDRESS is assigned to Port.I think the correct env var name would be SQLEDGE_PROXY_PORT