13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "mongodb://localhost:27017/"
|
|
},
|
|
"MongoDbName": "HtmxDemoDb"
|
|
}
|