mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 22:15:13 +00:00
shoot date update service manual
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
# ==============================================================================
|
|
||||||
# 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
|
|
||||||
Reference in New Issue
Block a user