Updated config file
The config file was missing the secret field
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
},
|
||||
"JWT": {
|
||||
"Audience": "",
|
||||
"Issuer": ""
|
||||
"Issuer": "",
|
||||
"Secret": ""
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"MongoDBURI": "mongodb+srv://<username>:<password>@cluster0.abc.mongodb.net/?retryWrites=true&w=majority"
|
||||
|
||||
Reference in New Issue
Block a user