This commit is contained in:
+3
-3
@@ -1,11 +1,11 @@
|
||||
# Telegram Bot Token (from @BotFather)
|
||||
TELEGRAM_BOT_TOKEN=8653489932:AAHhyOD1jtimE7kg0zoVCUVd3l0YEz_YJgg
|
||||
|
||||
# Direct Supabase Postgres connection (join supabase_default network, connect to db:5432)
|
||||
POSTGRES_HOST=db
|
||||
# Direct PostgreSQL connection
|
||||
POSTGRES_HOST=192.168.178.3
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=your-supabase-db-password
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DB=postgres
|
||||
|
||||
# Worker Configuration
|
||||
|
||||
Reference in New Issue
Block a user