Expand description
Runtime configuration for the HTTP server and database connection pool.
These structs are shared between FraiseQLConfig (Workflow B: JSON + fraiseql.toml)
and TomlSchema (Workflow A: TOML-only). All fields have sensible defaults so
existing fraiseql.toml files without [server] or [database] sections continue
to work unchanged.
Structsยง
- Cors
Runtime Config - CORS configuration for the HTTP server.
- Database
Runtime Config - Database connection pool runtime configuration.
- Server
Runtime Config - HTTP server runtime configuration.
- TlsRuntime
Config - TLS/HTTPS configuration for the HTTP server.