Made the url used to check the token a config option
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -43,6 +43,7 @@ type config struct {
|
||||
|
||||
Google struct {
|
||||
Username string `yaml:"username" envconfig:"GOOGLE_USERNAME"`
|
||||
OAuthUrl string `yaml:"oauth_url" envconfig:"GOOGLE_OAUTH_URL"`
|
||||
Credentials Credentials `yaml:"credentials" envconfig:"GOOGLE_CREDENTIALS"`
|
||||
} `yaml:"google"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user