From 78f19d6059c69dfd1f6081689b30326e382ab4fb Mon Sep 17 00:00:00 2001 From: "Brady Stroud [SSW]" Date: Sat, 7 Oct 2023 02:40:12 +0000 Subject: [PATCH] Delete src/TimesheetGPT.WebUI/appsettings.json --- src/TimesheetGPT.WebUI/appsettings.json | 26 ------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/TimesheetGPT.WebUI/appsettings.json diff --git a/src/TimesheetGPT.WebUI/appsettings.json b/src/TimesheetGPT.WebUI/appsettings.json deleted file mode 100644 index 882a5c4..0000000 --- a/src/TimesheetGPT.WebUI/appsettings.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "AzureAd": { - "Instance": "", - "Domain": "", - "TenantId": "", - "ClientId": "", - "ClientSecret": "", - "ClientCertificates": [ - ], - "CallbackPath": "/signin-oidc" - }, - "DownstreamApi": { - "BaseUrl": "https://graph.microsoft.com/beta", - "Scopes": "profile Mail.Read Calendars.Read" - }, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*", - "OpenAi": { - "ApiKey": "" - } -}