From a77f42815b47dc41ffdcc087b4ffb53ad244576c Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 16 May 2017 02:14:13 +0200 Subject: [PATCH] PayPal settings --- Yavsc/appsettings.json | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/Yavsc/appsettings.json b/Yavsc/appsettings.json index 2f5252dc..03954d1d 100755 --- a/Yavsc/appsettings.json +++ b/Yavsc/appsettings.json @@ -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]" } } -} +} \ No newline at end of file