-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (21 loc) · 744 Bytes
/
.env.example
File metadata and controls
29 lines (21 loc) · 744 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
# CyberPass Tracking Credentials
CYBERPASS_USERNAME=your_username
CYBERPASS_PASSWORD=your_password
# Telegram Bot
TELEGRAM_BOT_TOKEN=your_bot_token
TELEGRAM_CHAT_ID=your_chat_id # comma-separated for multiple recipients, e.g. 123456789,987654321
# Tracker to monitor (Tracker_ID from LiveData response)
TRACKER_ID=45540
# City name to trigger notification (substring match, diacritics-insensitive)
TARGET_CITY=Ghaxaq
# Polling interval in seconds
POLL_INTERVAL_SECONDS=15
# Notification time window (24h format, Malta time)
NOTIFY_WINDOW_START=13:30
NOTIFY_WINDOW_END=14:30
# Days to monitor (0=Mon, 1=Tue, ..., 4=Fri)
NOTIFY_DAYS=0,1,2,3,4
# Timezone
TZ=Europe/Malta
# Log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
LOG_LEVEL=INFO