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