Skip to main content

Module config

Module config 

Source
Expand description

Configuration loading and resolution.

Supports TOML config files, environment variables, and CLI arguments with a well-defined priority chain.

Re-exports§

pub use loader::load_config;
pub use loader::resolve_graph_path;
pub use loader::ServerConfig;

Modules§

loader
Configuration loading from file, environment, and CLI arguments.