25 lines
1.2 KiB
Bash
Executable File
25 lines
1.2 KiB
Bash
Executable File
# ──────────────────────────────────────────────────────────────
|
|
# VulnForge — Environment variables
|
|
# Copy this file to ".env" and fill in your own values.
|
|
# ──────────────────────────────────────────────────────────────
|
|
|
|
# REQUIRED: Your Discord bot token (Discord Developer Portal → Bot → Token)
|
|
DISCORD_TOKEN=your-discord-bot-token-here
|
|
|
|
# OPTIONAL: Restrict slash-command sync to a single guild for instant updates.
|
|
# Leave blank to sync globally (can take up to 1 hour to propagate).
|
|
GUILD_ID=
|
|
|
|
# OPTIONAL: NVD API key. Greatly increases rate limits (50 req / 30s vs 5).
|
|
# Request one for free: https://nvd.nist.gov/developers/request-an-api-key
|
|
NVD_API_KEY=
|
|
|
|
# OPTIONAL: Default channel ID for the weekly digest. Can also be set via /setup.
|
|
DIGEST_CHANNEL_ID=
|
|
|
|
# OPTIONAL: Role ID to ping on the weekly digest. Can also be set via /setup.
|
|
NOTIFY_ROLE_ID=
|
|
|
|
# OPTIONAL: Logging verbosity (DEBUG, INFO, WARNING, ERROR)
|
|
LOG_LEVEL=INFO
|