Toolhub / appsettings.Production.json
unifare
Initial commit: ToolHub ASP.NET Core app
5fc700d
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Data Source=/app/data/toolhub.db"
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:7860"
}
}
}
}