disclaw/.env.example
Nick Tabeling fa176c74ef
Some checks failed
CI / build-and-test (ubuntu-latest) (pull_request) Has been cancelled
CI / build-and-test (windows-latest) (pull_request) Has been cancelled
CI / lint (pull_request) Has been cancelled
chore(DIS-109): add vitest.config.mts, complete .env.example, test scripts
Add vitest.config.mts with node environment and v8 coverage.
Add test:watch and test:coverage scripts to package.json.
Complete .env.example with all config fields from loader.ts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 17:08:39 +02:00

14 lines
890 B
Text

# ─── Required ────────────────────────────────────────────────────────────────
# Discord bot token -- obtained from https://discord.com/developers/applications
DISCORD_BOT_TOKEN=your-discord-bot-token-here
# ─── Optional ────────────────────────────────────────────────────────────────
# Discord guild (server) ID -- restricts the bot to a single server.
# If not set, the bot uses the first guild it finds on startup.
# DISCORD_GUILD_ID=123456789012345678
# Absolute path to the claude CLI executable.
# Only needed if "claude" is not on your PATH or you want a specific version.
# CLAUDE_PATH=/usr/local/bin/claude