forked from jacklul/inlinegamesbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (25 loc) · 669 Bytes
/
.env.example
File metadata and controls
35 lines (25 loc) · 669 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
26
27
28
29
30
31
32
33
34
35
# Bot API token obtained from @BotFather
BOT_TOKEN=""
# Bot username set in @BotFather (without '@' symbol)
BOT_USERNAME=""
# Webhook URL
BOT_WEBHOOK=""
# Secret variable used to secure the web hook
BOT_SECRET=""
# Admin user's Telegram ID
#BOT_ADMIN=""
# Database connection DSN string
#DATABASE_URL=""
# Optional: Token for bot analytics provided by Botan.io
#BOTAN_TOKEN=""
# Optional: php-telegram-bot's DB connection
#DB_HOST=""
#DB_USER=""
#DB_PASS=""
#DB_NAME=""
# Optional: Bot data storage path (absolute)
#DATA_PATH=""
# Optional: Storage class to use
#STORAGE_CLASS=""
# Optional: Debug mode (will output a lot of data to logs/console)
#DEBUG=true