DiscordChatExporter/scrape.env.example
Boden 88e864c72a feat(scrape): add Documents scrape workflow and token discovery
Auto-discover token files, provide run-documents-scrape and
prove-incremental-append helpers, and document the end-to-end operator flow.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-28 02:23:34 -05:00

19 lines
860 B
Plaintext

# Copy this file to scrape.env and fill in your real values.
DISCORD_TOKEN=
# Optional: file whose first line contains DISCORD_TOKEN. Useful for token rotation without editing this env file.
# Standard locations also auto-discovered: .discord-token (repo root) and ~/.config/discord-scrape/token
DISCORD_TOKEN_FILE=
# Optional (manual runs only): command to refresh Discord auth/session before one retry.
# Optional absolute path to an executable reauth script under the repository root.
# Example: DCE_REAUTH_COMMAND="/path/to/repo/scripts/reauth-discord.sh"
DCE_REAUTH_COMMAND=
TZ=UTC
# Match these to the host user that should own created files.
DCE_UID=1000
DCE_GID=1000
# For rootless podman, set this to keep-id so mounted archive roots stay writable.
# Leave it empty on Docker unless you explicitly need a user namespace mode there.
DCE_USERNS_MODE=