14 lines
391 B
Bash
14 lines
391 B
Bash
# Telegram Bot Token (from @BotFather)
|
|
TELEGRAM_BOT_TOKEN=8653489932:AAHhyOD1jtimE7kg0zoVCUVd3l0YEz_YJgg
|
|
|
|
# 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
|