PayPal settings

vnext
Paul Schneider 7 years ago
parent 4e76c2a76a
commit 3ea7f3e933
1 changed files with 16 additions and 11 deletions

@ -29,8 +29,8 @@
"UserFiles": {
"Avatars": "Avatars",
"Quota": 200000000,
"Bills":"Bills",
"Blog":"Blog"
"Bills": "Bills",
"Blog": "Blog"
},
"TempDir": "Temp"
},
@ -47,18 +47,23 @@
"ExpiresInHours": 168
},
"Authentication": {
"PayPal": {
"Mode": "[sandbox|production]",
"ClientId": "[Your PayPal REST API ClientId]",
"Secret": "[Your PayPal REST API Secret]"
},
"Google": {
"ApiKey": "[Your ApiKey]",
"ClientId" : "[Your ClientId]",
"ApiKey": "[Your ApiKey]",
"ClientId": "[Your ClientId]",
"ClientSecret": "[Your ClientSecret]"
},
"Facebook": {
"ClientId": "[Your ClientId]",
"ClientSecret": "[Your ClientSecret]"
},
"Facebook": {
"ClientId":"[Your ClientId]",
"ClientSecret":"[Your ClientSecret]"
},
"Twitter": {
"ClientId":"[Your ClientId]",
"ClientSecret":"[Your ClientSecret]"
"ClientId": "[Your ClientId]",
"ClientSecret": "[Your ClientSecret]"
}
}
}
}
Loading…