Files
nas_connection/.env.example

35 lines
930 B
Plaintext

# Telegram
TELEGRAM_BOT_TOKEN=put-your-token-here
ALLOWED_TELEGRAM_USER_IDS=
# Bot storage and workspace
BOT_STATE_PATH=/app/data/state.json
BOT_WORKSPACE_ROOT=/workspaces
BOT_TIMEZONE=Asia/Seoul
SCHEDULE_POLL_SECONDS=30
PERSISTENT_WS_IDLE_SECONDS=600
# Codex execution
CODEX_BIN=codex
CODEX_TIMEOUT_SECONDS=1800
CODEX_BACKEND=auto
CODEX_APP_SERVER_URL=ws://127.0.0.1:4500
CODEX_APP_SERVER_MODEL=gpt-5.5
CODEX_MODEL_REASONING_EFFORT=high
CODEX_SPEED_MODE=standard
CODEX_READONLY_SANDBOX=danger-full-access
CODEX_WRITE_SANDBOX=danger-full-access
CODEX_RESUME_JSON_FLAG_STYLE=before_resume
# Optional: set this only if you want plain messages to behave like /ask.
ALLOW_PLAIN_TEXT=true
# Optional Gitea integration for repository, issue, pull request, and git auth workflows.
GITEA_BASE_URL=https://gitea.example.com
GITEA_USERNAME=
GITEA_EMAIL=
GITEA_TOKEN=
GITEA_DEFAULT_OWNER=
GITEA_DEFAULT_REPO=
GITEA_GIT_AUTH_ENABLED=true