Skip to content

Commit

Permalink
(fix) add google admin to bind
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jul 20, 2020
1 parent 046ce0b commit e3080ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Expand Up @@ -87,6 +87,7 @@ func initConfig() {
viper.SetEnvPrefix("ssosync")
viper.AutomaticEnv()

viper.BindEnv("google_admin")
viper.BindEnv("google_credentials")
viper.BindEnv("scim_access_token")
viper.BindEnv("scim_endpoint")
Expand Down

0 comments on commit e3080ff

Please sign in to comment.