added oauth flow to get authorization code
This commit is contained in:
@@ -37,5 +37,5 @@ func (e EZConfIntegration) GroupName() string {
|
||||
|
||||
// NewEZConfIntegration creates a new EZConf integration helper
|
||||
func NewEZConfIntegration() EZConfIntegration {
|
||||
return EZConfIntegration{name: "db", configFunc: ConfigFromEnv}
|
||||
return EZConfIntegration{name: "DB", configFunc: ConfigFromEnv}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user