-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
sample_config.env
34 lines (27 loc) · 1.02 KB
/
sample_config.env
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
# Do not run some logic if running in development
# Set to False if production
# Set to True if development
DEV_MODE = False
# Get from my.telegram.org at API development tools
API_ID =
API_HASH =
# Telethon Session from t.me/strgen_bot
# or replit.com/@notudope/strgen
# or run locally python3 strgen.py
STRING_SESSION =
# Use postgresql or sqlite+aiosqlite
DATABASE_URL = sqlite+aiosqlite:///./getter.db
# If you already have the BOTLOGS group then use this!
# or skip this to use autopilot instantly.
#BOTLOGS = -100xxx
# Initial command handler (prefix), default [ . ]
# Supported characters https://github.com/kastaid/getter/blob/main/getter/config.py
# HANDLER should be like / . ! + - _ ; ~ ^ % & a b c z
# You have to choose one, remember to only choose one!
HANDLER = .
# Initial command without handler (prefix), default False
NO_HANDLER = False
# Set local timezone: Continent/Country
# Default: Asia/Jakarta
# Get list from gist.github.com/notudope/9c3b8a5389293d9fe34c6c1f2484eeb3#file-timezones-txt
TZ = Asia/Jakarta