-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathenv.example
More file actions
25 lines (21 loc) · 800 Bytes
/
env.example
File metadata and controls
25 lines (21 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# FBI Watchdog - Environment Configuration
# Copy this file to .env and fill in your values:
# cp .env.example .env
# chmod 600 .env
#
# All notification channels are optional. Configure Discord, Telegram,
# both, or neither. Without any configured, alerts appear in console
# and event feed only.
# Discord webhook URL (optional)
# Create one in Discord: Server Settings > Integrations > Webhooks
WEBHOOKFBIWATCHDOG=
# Telegram bot token (optional)
# Create a bot via @BotFather on Telegram
TELEGRAM_BOT_TOKEN=
# Telegram chat or channel ID (optional)
# Use @userinfobot or @getidsbot to find your chat ID
TELEGRAM_CHAT_ID=
# SOCKS5 proxy for clearnet requests (optional)
# Routes HTTP, WHOIS, and screenshot requests through the proxy
# Can also be set via --proxy CLI flag
CLEARNET_PROXY=