kong
kong copied to clipboard
Support multiple ENV variables
It would be useful to support multiple ENV variables at once separated by commas.
Example:
type Example struct {
Port int `env:"APPLICATION_PORT,PORT" default:"8080"`
}
So use can provide the port argument with multiple environment variables.
Thank you.
I agree this would be useful.