Skip to content

Bad assignment of Environment Variable in the Proxy Struct  #9

@gaboucher

Description

@gaboucher

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"`
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions