Pre release #81

Merged
kdeng00 merged 25 commits from pre-release into master 2022-09-05 17:13:11 -04:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 77c6ee00ea - Show all commits
+6
View File
@@ -16,6 +16,12 @@
"PrivateKeyPath": "", "PrivateKeyPath": "",
"PublicKeyPath": "" "PublicKeyPath": ""
}, },
"JWT": {
"Issuer": "",
"Audience": "",
"Secret": "",
"Subject": ""
},
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;" "DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
}, },
+6
View File
@@ -16,6 +16,12 @@
"PrivateKeyPath": "", "PrivateKeyPath": "",
"PublicKeyPath": "" "PublicKeyPath": ""
}, },
"JWT": {
"Issuer": "",
"Audience": "",
"Secret": "",
"Subject": ""
},
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;" "DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
}, },