{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "OptixServe": { "Api": { "Listen": "0.0.0.0", "Port": "54321" }, "Database": { "Type": "Sqlite", "Host": "optixserve.db" } } }