switch to direct DB connection on supabase_default network, bypass supavisor
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
# Telegram Bot Token (from @BotFather)
|
||||
TELEGRAM_BOT_TOKEN=your-bot-token-here
|
||||
|
||||
# Supabase PostgreSQL Connection (pooled via supavisor on port 6543)
|
||||
POSTGRES_HOST=192.168.178.3
|
||||
POSTGRES_PORT=6543
|
||||
# Direct Supabase Postgres connection (join supabase_default network, connect to db:5432)
|
||||
POSTGRES_HOST=db
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=your-supabase-db-password
|
||||
POSTGRES_DB=postgres
|
||||
|
||||
Reference in New Issue
Block a user