# Generated by: piscord setup # Or edit manually. See: piscord help # Required DISCORD_BOT_TOKEN=your-discord-bot-token-here # Pi agent configuration PI_BIN=pi PI_MODEL= PI_THINKING= # Default working directory for pi. Override per channel with: # piscord register --cwd /path/to/project PI_CWD=/home/ubuntu PI_EXTRA_FLAGS= # Gateway behavior TRIGGER_NAME=pi MAX_CONCURRENCY=3 POLL_INTERVAL_MS=1000 SHUTDOWN_TIMEOUT_MS=15000 AUTO_REGISTER_DMS=true MAX_ATTACHMENT_BYTES=26214400 MAX_TOTAL_ATTACHMENT_BYTES=52428800 # Downloaded attachment files are passed to pi by local path and kept for this long. MEDIA_RETENTION_HOURS=168 # Storage examples # If left unset, the built-in defaults are under ~/.local/share/piscord-gateway/ SESSIONS_DIR=./sessions DB_PATH=./gateway.db # Logging LOG_LEVEL=info