Configuration
The main configuration directory is ~/.config/sigit. Set
SIGIT_CONFIG_DIR to use another location.
| Variable | Purpose |
|---|---|
OPENAI_BASE_URL | OpenAI-compatible provider URL |
OPENAI_API_KEY | Provider credential |
SIGIT_API_URL | Account API base URL |
SIGIT_CLOUD_URL | siGit Code Cloud URL |
SIGIT_MODEL | Selected local model |
SIGIT_PERMISSIONS | Default mutation policy: allow, ask, or deny |
SIGIT_MCP | Set to off to disable MCP discovery |
RUST_LOG | Logging verbosity |
Provider profiles live in providers.toml; permission defaults and overrides
live in settings.toml; MCP servers live in mcp.toml.
Last updated on