{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "DatabaseConfiguration": { "Provider": "SQLite", "ConnectionString": "Data Source=avalonia-api.db", "AutoMigrate": true, "RecreateDatabase": false, "EnableDetailedLog": false, "Timeout": 30 } }