/home/suroeste/public_html/payments.transportessuroeste.com/config
Edit: /home/suroeste/public_html/payments.transportessuroeste.com/config/.env (2455B)
# ============================================================================
# TRANSPORTES SUROESTE - CONFIGURACIÓN DE ENTORNO
# ============================================================================
# IMPORTANTE: Copiar como .env y configurar valores reales
# NUNCA subir .env a control de versiones
# ============================================================================
# ENTORNO: development, staging, production
APP_ENV=development
APP_URL=https://payments.transportessuroeste.com/public
# ============================================================================
# BASE DE DATOS
# ============================================================================
DB_HOST=85.239.244.35
DB_PORT=3306
DB_NAME=suroeste_payments_v1
DB_USER=suroeste_payments
DB_PASS=%dImAcNdUrTqnbMJ
# ============================================================================
# EPAYCO - Obtener en https://dashboard.epayco.co
# ============================================================================
EPAYCO_PUBLIC_KEY=50c5a11c1cb1cf7bd0630ee49da1360f
EPAYCO_PRIVATE_KEY=e37f6c431eaffbf009464a55585d88e1
EPAYCO_P_KEY=f16e03135beb8ab01d3d8dc0f6d35dfade6919f6
EPAYCO_TEST_MODE=true
# ============================================================================
# SEGURIDAD
# Generar con: php -r "echo bin2hex(random_bytes(32));"
# ============================================================================
ENCRYPTION_KEY=01f99da1d1a5bf8f264192c01d83939e69b13353739a961aa2515418c56addb7
JWT_SECRET=c74f63a9c1f08d6aeb899f16b750849047f93985ec5e15dfe59119
# ============================================================================
# RATE LIMITING (Anti-DDoS)
# ============================================================================
RATE_LIMIT_REQUESTS=100
RATE_LIMIT_WINDOW=60
RATE_LIMIT_BAN_TIME=3600
# ============================================================================
# BASE DE DATOS DEL CLIENTE (reservas_clientes)
# ============================================================================
CLIENT_DB_HOST=85.239.244.35
CLIENT_DB_PORT=3306
CLIENT_DB_NAME=suroeste_gorbus_suroeste
CLIENT_DB_USER=suroeste_suroeste2025
CLIENT_DB_PASS=Neroa2025
# ============================================================================
# URL DE REDIRECCION POST-PAGO
# ============================================================================
CLIENT_REDIRECT_URL=https://gorbus.transportessuroeste.com/reservas/form_genera_tiquetes