| { | |
| "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" | |
| } | |
| } | |
| } | |
| } | |