mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
20 lines
587 B
Bash
20 lines
587 B
Bash
# ==============================================================================
|
|
# 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
|