|
|
|
@ -54,7 +54,18 @@
|
|
|
|
"Google": {
|
|
|
|
"Google": {
|
|
|
|
"ApiKey": "[Your ApiKey]",
|
|
|
|
"ApiKey": "[Your ApiKey]",
|
|
|
|
"ClientId": "[Your ClientId]",
|
|
|
|
"ClientId": "[Your ClientId]",
|
|
|
|
"ClientSecret": "[Your ClientSecret]"
|
|
|
|
"ClientSecret": "[Your ClientSecret]",
|
|
|
|
|
|
|
|
"Account": {
|
|
|
|
|
|
|
|
"project_id": "[Yours]",
|
|
|
|
|
|
|
|
"private_key_id": "[Yours]",
|
|
|
|
|
|
|
|
"private_key": "-----[Yours]---\n",
|
|
|
|
|
|
|
|
"client_email": "[Yours]@appspot.gserviceaccount.com",
|
|
|
|
|
|
|
|
"client_id": "[Yours]",
|
|
|
|
|
|
|
|
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
|
|
|
|
|
|
|
|
"token_uri": "https://accounts.google.com/o/oauth2/token",
|
|
|
|
|
|
|
|
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
|
|
|
|
|
|
|
|
"client_x509_cert_url": "https://www41.googleapis.com/robot/v1/[Yours].com"
|
|
|
|
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"Facebook": {
|
|
|
|
"Facebook": {
|
|
|
|
"ClientId": "[Your ClientId]",
|
|
|
|
"ClientId": "[Your ClientId]",
|
|
|
|
|