-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env_sample
More file actions
20 lines (16 loc) · 1.22 KB
/
Copy path.env_sample
File metadata and controls
20 lines (16 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ── Required ────────────────────────────────────────────────────────────────
# Telegram bot token from @BotFather (https://t.me/BotFather)
TELEGRAM_BOT_TOKEN=123456789:AA-your-token-here
# ── Admin dashboard + web chat secrets ───────────────────────────────────────
# Generate your own, e.g.: openssl rand -base64 24
ADMIN_PASSWORD="change-me"
WEB_SESSION_SECRET="change-me"
# ── Optional ─────────────────────────────────────────────────────────────────
# Restrict the bot to specific Telegram chat IDs (comma-separated).
# If unset, the bot answers any chat that messages it.
# TELEGRAM_ALLOWED_CHAT_IDS=123456789,987654321
# Default tenant when a chat isn't explicitly routed.
# Must match a YAML in src/plumber_bot/shared/tenants/
# DEFAULT_TENANT=mikes_plumbing
# Route specific chat IDs to specific tenants: chat_id:tenant_id,...
# CHAT_ROUTING=123456:mikes_plumbing,789012:emerald_city