Files
schedtxt_api/appsettings.json
T
kdeng00 78614e5629 Updated config file
Added subject field
2023-10-01 11:06:10 -04:00

19 lines
372 B
JSON

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