Coven’s daemon is configurable through three layers, in priority order:Documentation Index
Fetch the complete documentation index at: https://docs.opencoven.ai/llms.txt
Use this file to discover all available pages before exploring further.
- CLI flags on
coven daemon start. coven.tomlunder$COVEN_HOME.- Environment variables.
- Built-in defaults.
coven.toml
Environment variables
| Variable | Purpose |
|---|---|
COVEN_HOME | Override the state directory. |
COVEN_SOCKET | Override the socket path. |
COVEN_LOG_LEVEL | error, warn, info (default), debug, trace. |
COVEN_DAEMON_FOREGROUND | Run the daemon in the foreground; do not fork. |
Reload behaviour
The daemon reads its configuration at start. Restart after changes:restart rebinds the socket and reloads coven.toml.