Files
Htmx/Htmx.ApiDemo/publish-test/appsettings.json
T

14 lines
255 B
JSON

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