15 lines
470 B
Bash
15 lines
470 B
Bash
# Telegram Bot Token (from @BotFather)
|
|
TELEGRAM_BOT_TOKEN=8653489932:AAG_Ins2_z3sNHX8ZlGI4mhyzmUhWAWCZlg
|
|
|
|
# Direct PostgreSQL connection
|
|
POSTGRES_HOST=192.168.178.3
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DB=postgres
|
|
|
|
# Worker Configuration
|
|
DEFAULT_INTERVAL_MINUTES=60
|
|
ADMIN_TELEGRAM_IDS=298181113 # Comma-separated Telegram user IDs with admin access
|
|
HTTPS_PROXY=datacenter-de.floxy.io:1338:IPv4D_TZhQUiP9C3-ttl-0:70EDRDQUpo9Jc0a
|