Expand description
Server configuration types deserialized from a TOML file.
The top-level Config struct contains sections for the gRPC/HTTP server,
index storage, and logging. All sections have sensible defaults so that
a minimal (or even empty) TOML file produces a working configuration.
Structsยง
- Config
- Top-level configuration loaded from a TOML file.
- Index
Config - Index storage settings.
- Server
Config - Server network configuration.