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=;" },