-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
21 lines (21 loc) · 844 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"auth":{
"google": {
"access_token_url": "https://accounts.google.com/o/oauth2/token",
"authorize_url": "https://accounts.google.com/o/oauth2/auth",
"api_base_url":"https://www.googleapis.com/oauth2/v1/",
"userinfo_endpoint":"https://openidconnect.googleapis.com/v1/userinfo",
"secrets_file": "client_secret.json",
"redirect_uri": "http://127.0.0.1:5000/googlecallback",
"google_client_id": "1034883885605-gvj78f1cg3urngprb0jjfr3p0olqh8tr.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/userinfo.profile",
"https://www.googleapis.com/auth/userinfo.email",
"openid"
]
}
},
"default":{
"expiration_time":"15768000000"
}
}