config.local.yaml.
Location
| Platform | Default Path |
|---|---|
| Local | ./config.local.yaml |
| Custom | Set via --config flag or CONFIG_PATH env var |
Full schema
Sections
mode
Operating mode for Airstore.
debugMode
Enable verbose debug logging.
prettyLogs
Pretty-print log output (useful for development).
gateway
Gateway server configuration.
tools.mcp
MCP server configurations. Each key becomes a tool name.
Example configurations
Minimal config
Full development config
Custom MCP server
Environment variables
Environment variables in the config file can be referenced using${VAR_NAME} syntax:
See also: CLI reference | Tools