-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (32 loc) · 1.07 KB
/
Copy path.env.example
File metadata and controls
32 lines (32 loc) · 1.07 KB
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
26
27
28
29
30
31
32
BOT_TOKEN=123456789:replace_with_bot_token
WEBHOOK_SECRET=replace_with_random_webhook_secret
TASK_SECRET=replace_with_random_cloud_tasks_secret
GROUP_CHAT_ID=-1001234567890
GROUP_NAME=Community Group
REQUIRED_CHANNEL_ID=@your_channel
REQUIRED_CHANNEL_URL=https://t.me/your_channel
CHANNEL_NAME=Official Channel
WELCOME_TEXT=🎉 Welcome {user} to <b>{group}</b>! Please read and follow the group rules.
VERIFY_TIMEOUT_SECONDS=180
GCP_PROJECT_ID=your-google-cloud-project-id
TASKS_LOCATION=us-central1
TASKS_QUEUE=telegram-verification-timeouts
TASK_TARGET_URL=https://your-cloud-run-service.run.app
FIRESTORE_COLLECTION=telegram_pending_verifications
LINK_1_LABEL=Official Channel
LINK_1_URL=https://t.me/your_channel
LINK_2_LABEL=Website
LINK_2_URL=https://example.com
LINK_3_LABEL=Link 3
LINK_3_URL=https://example.com/3
LINK_4_LABEL=Link 4
LINK_4_URL=https://example.com/4
LINK_5_LABEL=Link 5
LINK_5_URL=https://example.com/5
LINK_6_LABEL=Link 6
LINK_6_URL=https://example.com/6
LINK_7_LABEL=Link 7
LINK_7_URL=https://example.com/7
LINK_8_LABEL=Link 8
LINK_8_URL=https://example.com/8
PORT=8080