Files
schedtxt_api/appsettings.json
T
kdeng00 4bb3933bd2 Updated config file
The config file was missing the secret field
2023-10-01 10:28:04 -04:00

18 lines
353 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"JWT": {
"Audience": "",
"Issuer": "",
"Secret": ""
},
"ConnectionStrings": {
"MongoDBURI": "mongodb+srv://<username>:<password>@cluster0.abc.mongodb.net/?retryWrites=true&w=majority"
}
}