Skip to main content

Module config

Module config 

Source
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.
IndexConfig
Index storage settings.
ServerConfig
Server network configuration.