Files
schedtxt_api/appsettings.Development.json
T
2023-10-02 06:37:47 -04:00

21 lines
415 B
JSON

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