PG DB reroute

This commit is contained in:
2026-09-04 12:01:20 -05:00
parent f14e70b15c
commit e8078523be
12 changed files with 485 additions and 79 deletions
+19
View File
@@ -0,0 +1,19 @@
# ==============================================================================
# NBA_Go Environment Configuration
# Target: Hetzner Coolify Server (178.105.149.129)
# ==============================================================================
# Database Credentials
DB_USER=postgres
DB_PASSWORD=postgrespassword
DB_NAME=appdb
DB_SSLMODE=disable
# HAProxy Ingress Endpoints (PostgreSQL 17 Replicated Cluster)
DB_WRITE_HOST=178.105.149.129
DB_WRITE_PORT=5437
DB_READ_HOST=178.105.149.129
DB_READ_PORT=5438
# Administrative Auth Token
ADMIN_SECRET=nba_super_secret_admin_token_2025