Skip to content

Commit

Permalink
Update webserver_config.py
Browse files Browse the repository at this point in the history
Accidentally modified these with the 2.0 values
  • Loading branch information
haroldwoo committed Sep 14, 2021
1 parent 956832a commit e4d9479
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webserver_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
'token_key':'access_token',
'icon':'fa-google',
'remote_app': {
'api_base_url':'https://www.googleapis.com/oauth2/v2/',
'client_kwargs':{
'base_url':'https://www.googleapis.com/oauth2/v2/',
'request_token_params':{
'scope': 'email profile'
},
'access_token_url':'https://accounts.google.com/o/oauth2/token',
'authorize_url':'https://accounts.google.com/o/oauth2/auth',
'request_token_url': None,
'client_id': GOOGLE_KEY,
'client_secret': GOOGLE_SECRET,
'consumer_key': GOOGLE_KEY,
'consumer_secret': GOOGLE_SECRET,
}
}]

0 comments on commit e4d9479

Please sign in to comment.