mirror of
https://github.com/different-ai/openwork
synced 2026-04-27 09:57:38 +02:00
24 lines
633 B
Plaintext
24 lines
633 B
Plaintext
OPENCODE_URL=http://127.0.0.1:4096
|
|
OPENCODE_DIRECTORY=
|
|
OPENCODE_SERVER_USERNAME=
|
|
OPENCODE_SERVER_PASSWORD=
|
|
|
|
TELEGRAM_BOT_TOKEN=
|
|
TELEGRAM_ENABLED=true
|
|
|
|
SLACK_BOT_TOKEN=
|
|
SLACK_APP_TOKEN=
|
|
SLACK_ENABLED=true
|
|
|
|
OPENCODE_ROUTER_DATA_DIR=~/.openwork/opencode-router
|
|
OPENCODE_ROUTER_DB_PATH=~/.openwork/opencode-router/opencode-router.db
|
|
OPENCODE_ROUTER_CONFIG_PATH=~/.openwork/opencode-router/opencode-router.json
|
|
# Alias for OPENCODE_ROUTER_HEALTH_PORT (preferred name)
|
|
OPENCODE_ROUTER_HEALTH_PORT=
|
|
OPENCODE_ROUTER_HEALTH_PORT=3005
|
|
TOOL_UPDATES_ENABLED=false
|
|
GROUPS_ENABLED=false
|
|
TOOL_OUTPUT_LIMIT=1200
|
|
PERMISSION_MODE=allow
|
|
LOG_LEVEL=info
|