-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathexample.env
More file actions
33 lines (26 loc) · 996 Bytes
/
example.env
File metadata and controls
33 lines (26 loc) · 996 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
# Do not run certain logic if running in development.
# Set to False for production
# Set to True for development
DEV_MODE = False
# Get from my.telegram.org under API development tools.
API_ID =
API_HASH =
# Telethon session from t.me/strgen_bot
# Or run locally with python3 strgen.py
STRING_SESSION =
# Use postgresql or sqlite+aiosqlite
DATABASE_URL = sqlite+aiosqlite:///./getter.db
# If you already have the BOTLOGS group, 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 can be: / . ! + - _ ; ~ ^ % & a b c z
# You must choose one, and remember, only choose one!
HANDLER = .
# Initial command without handler (prefix), default False
NO_HANDLER = False
# Set local timezone: Continent/Country
# Default: Asia/Jakarta
# Get the list from gist.github.com/illvart/0d2fcba7b8a7b337bfe0ad58c6f4d4dd
TZ = Asia/Jakarta