Files
Htmx/Htmx.ApiDemo/appsettings.Development.json
T

13 lines
246 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "mongodb://localhost:27017/"
},
"MongoDbName": "HtmxDemoDb"
}