diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-11 12:57:32 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-11 12:57:32 +0300 |
| commit | 6e72e69cfbef65c05005c793e0928b4d81224234 (patch) | |
| tree | 9da0ab333458dc4c37f4e9dd34b10f0bb123c52d /ExamTemplate/Web/appsettings.json | |
| parent | 1691baf054b6695da35c9d29032d9b3934c1f979 (diff) | |
| download | it-kariera-exam-template-6e72e69cfbef65c05005c793e0928b4d81224234.tar it-kariera-exam-template-6e72e69cfbef65c05005c793e0928b4d81224234.tar.gz it-kariera-exam-template-6e72e69cfbef65c05005c793e0928b4d81224234.zip | |
Added Cloudinary service and configured it
Diffstat (limited to 'ExamTemplate/Web/appsettings.json')
| -rw-r--r-- | ExamTemplate/Web/appsettings.json | 5 |
1 files changed, 5 insertions, 0 deletions
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",
|
