From 6e72e69cfbef65c05005c793e0928b4d81224234 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 11 May 2021 12:57:32 +0300 Subject: Added Cloudinary service and configured it --- ExamTemplate/Web/appsettings.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ExamTemplate/Web/appsettings.json') diff --git a/ExamTemplate/Web/appsettings.json b/ExamTemplate/Web/appsettings.json index f49d9ab..f1b58be 100644 --- a/ExamTemplate/Web/appsettings.json +++ b/ExamTemplate/Web/appsettings.json @@ -2,6 +2,11 @@ "ConnectionStrings": { "LocalDBConnection": "Server=localhost;Port=5432;Database=TemplateContext;User Id=;Password=;" }, + "Cloud": { + "cloudName": "ExamTemplate", + "apiKey": "", + "apiSecret": "" + }, "Logging": { "LogLevel": { "Default": "Information", -- cgit v1.2.3