Configuration reference
Environment variables
| Variable | Where | Purpose |
|---|---|---|
FEDERIQ_SERVER_TOKEN | federiq serve | Bearer token for inbound requests |
FEDERIQ_LOG_FORMAT | all commands | json switches logs to JSON |
FEDERIQ_ROLE | all commands | Caller role for policies |
FEDERIQ_REGION | all commands | Caller region for policies |
RUST_LOG | all commands | tracing env-filter expression |
Catalog reference
See catalog and policy pages for the authoritative schema.
File locations
- Default catalog:
./federiq.yaml - Default disk cache:
./.federiq-cache/ - Shell history:
./.federiq_history
All configurable via flags — nothing writes to $HOME without your
involvement.