From 2cd8c83e28698fb010d2edfbac6369f95b95ed26 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 7 Aug 2022 17:03:47 -0400 Subject: [PATCH] Updated config --- appsettings.Development.json | 4 ++++ appsettings.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/appsettings.Development.json b/appsettings.Development.json index 827e74a..cd727fb 100644 --- a/appsettings.Development.json +++ b/appsettings.Development.json @@ -12,6 +12,10 @@ "ClientId": "", "ClientSecret": "" }, + "RSAKeys": { + "PrivateKeyPath": "", + "PublicKeyPath": "" + }, "ConnectionStrings": { "DefaultConnection": "Server=;Database=;Uid=;Pwd=;" }, diff --git a/appsettings.json b/appsettings.json index bd1b862..68eb482 100644 --- a/appsettings.json +++ b/appsettings.json @@ -12,6 +12,10 @@ "ClientId": "", "ClientSecret": "" }, + "RSAKeys": { + "PrivateKeyPath": "", + "PublicKeyPath": "" + }, "ConnectionStrings": { "DefaultConnection": "Server=;Database=;Uid=;Pwd=;" },