Updated config file

Added subject field
This commit is contained in:
kdeng00
2023-10-01 11:06:10 -04:00
parent 4bb3933bd2
commit 78614e5629
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"JWT": {
"Audience": "",
"Issuer": "",
"Secret": ""
"Secret": "",
"Subject": ""
},
"ConnectionStrings": {
"MongoDBURI": "mongodb+srv://<username>:<password>@cluster0.abc.mongodb.net/?retryWrites=true&w=majority"
+2 -1
View File
@@ -9,7 +9,8 @@
"JWT": {
"Audience": "",
"Issuer": "",
"Secret": ""
"Secret": "",
"Subject": ""
},
"ConnectionStrings": {
"MongoDBURI": "mongodb+srv://<username>:<password>@cluster0.abc.mongodb.net/?retryWrites=true&w=majority"