Updated config

This commit is contained in:
kdeng00
2022-08-07 17:03:47 -04:00
parent 9797897b76
commit 2cd8c83e28
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -12,6 +12,10 @@
"ClientId": "", "ClientId": "",
"ClientSecret": "" "ClientSecret": ""
}, },
"RSAKeys": {
"PrivateKeyPath": "",
"PublicKeyPath": ""
},
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;" "DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
}, },
+4
View File
@@ -12,6 +12,10 @@
"ClientId": "", "ClientId": "",
"ClientSecret": "" "ClientSecret": ""
}, },
"RSAKeys": {
"PrivateKeyPath": "",
"PublicKeyPath": ""
},
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;" "DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
}, },