Newer
Older
navi-1 / .env.example
@Eugene Sukhodolskiy Eugene Sukhodolskiy on 22 Apr 501 bytes Support Ollama Cloud API key
OLLAMA_HOST=http://localhost:11434
OLLAMA_API_KEY=
OLLAMA_DEFAULT_MODEL=gemma4:e4b-it-q_8

OPENAI_API_KEY=
ANTHROPIC_API_KEY=

# Filesystem tool: comma-separated allowed root paths
FS_ALLOWED_PATHS=*

# Terminal tool: "*" = allow all commands (default, suitable for local use)
# Restrict with a comma-separated list, e.g.: ls,cat,git,systemctl
TERMINAL_ALLOWED_COMMANDS=*

# SSH tool: path to JSON file with named connections (see ssh_hosts.json.example)
SSH_HOSTS_FILE=ssh_hosts.json

LOG_LEVEL=INFO