PayPal settings
This commit is contained in:
parent
12c2261a9e
commit
a77f42815b
1 changed files with 16 additions and 11 deletions
|
|
@ -29,8 +29,8 @@
|
||||||
"UserFiles": {
|
"UserFiles": {
|
||||||
"Avatars": "Avatars",
|
"Avatars": "Avatars",
|
||||||
"Quota": 200000000,
|
"Quota": 200000000,
|
||||||
"Bills":"Bills",
|
"Bills": "Bills",
|
||||||
"Blog":"Blog"
|
"Blog": "Blog"
|
||||||
},
|
},
|
||||||
"TempDir": "Temp"
|
"TempDir": "Temp"
|
||||||
},
|
},
|
||||||
|
|
@ -47,18 +47,23 @@
|
||||||
"ExpiresInHours": 168
|
"ExpiresInHours": 168
|
||||||
},
|
},
|
||||||
"Authentication": {
|
"Authentication": {
|
||||||
|
"PayPal": {
|
||||||
|
"Mode": "[sandbox|production]",
|
||||||
|
"ClientId": "[Your PayPal REST API ClientId]",
|
||||||
|
"Secret": "[Your PayPal REST API Secret]"
|
||||||
|
},
|
||||||
"Google": {
|
"Google": {
|
||||||
"ApiKey": "[Your ApiKey]",
|
"ApiKey": "[Your ApiKey]",
|
||||||
"ClientId" : "[Your ClientId]",
|
"ClientId": "[Your ClientId]",
|
||||||
|
"ClientSecret": "[Your ClientSecret]"
|
||||||
|
},
|
||||||
|
"Facebook": {
|
||||||
|
"ClientId": "[Your ClientId]",
|
||||||
"ClientSecret": "[Your ClientSecret]"
|
"ClientSecret": "[Your ClientSecret]"
|
||||||
},
|
},
|
||||||
"Facebook": {
|
|
||||||
"ClientId":"[Your ClientId]",
|
|
||||||
"ClientSecret":"[Your ClientSecret]"
|
|
||||||
},
|
|
||||||
"Twitter": {
|
"Twitter": {
|
||||||
"ClientId":"[Your ClientId]",
|
"ClientId": "[Your ClientId]",
|
||||||
"ClientSecret":"[Your ClientSecret]"
|
"ClientSecret": "[Your ClientSecret]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue