Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ DOCUSEAL_API_KEY=
# Discord bot (required for bot runtime)
DISCORD_BOT_TOKEN=your_bot_token_here
DISCORD_DEFAULT_JOB_FORUM_CHANNELS=gigs:part_time,fulltime-roles:full_time
DISCORD_UNQUALIFIED_LEADS_FORUM_CHANNEL=unqualified-leads
# Host-run bot processes launched through `./scripts/dev.sh discord-bot` ignore
# this `.env` value and compute a deterministic per-worktree port unless you
# export HEALTHCHECK_PORT in your shell.
Expand Down
1 change: 1 addition & 0 deletions ENVIRONMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ Pydantic import errors.
- `Optional`: `BACKEND_API_BASE_URL` (default: `http://127.0.0.1:8090`; `./scripts/dev.sh` overrides it to the worktree web/API port, Compose injects `http://web:8090`)
- `Optional`: `HEALTHCHECK_PORT` (host-run `./scripts/dev.sh` ignores `.env` for this key and defaults to `CONDUCTOR_PORT + 6` inside Conductor, otherwise a deterministic per-worktree value near `30000 + WORKTREE_ENV_SLOT`; export it in your shell only when you intentionally want a fixed port, and avoid browser-unsafe ports such as `5060`)
- `Optional`: `DISCORD_DEFAULT_JOB_FORUM_CHANNELS` (default: `gigs:part_time,fulltime-roles:full_time`; comma-separated `forum-name:posting_type` list auto-registered and backfilled on bot startup)
- `Optional`: `DISCORD_UNQUALIFIED_LEADS_FORUM_CHANNEL` (default: `unqualified-leads`; exact holding-forum name or Discord channel ID for optionally screening sourced leads; it must not be registered for job matching)
- Note: bot message chunking follows Discord's 2000 character limit in code.

## Discord Agent Gateway
Expand Down
Loading