Files
schedtxt_api/appsettings.Development.json
T
kdeng00 36e3722a01 Updated config files
Config files now have JWT store credentials
2023-09-29 19:33:15 -04:00

16 lines
312 B
JSON

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