Expand description
Application configuration loading from seshat.toml.
§Application Configuration
Loads and merges configuration from seshat.toml with sensible defaults.
Seshat works zero-config out of the box — all config sections have defaults.
Config file search order:
./seshat.toml(current working directory)$XDG_CONFIG_HOME/seshat/seshat.toml(e.g.~/.config/seshat/seshat.toml)
Environment variable overrides:
SESHAT_LOGoverridesserver.log_level
Structs§
- AppConfig
- Top-level application configuration.
- Backup
Config - Configuration for database backups.
- Cache
Config - Configuration for the IR / query cache.
- Watcher
Config - Configuration for the file-watcher subsystem.
Enums§
- Config
Error - Errors that can occur when loading configuration.