michangarrito/.env.ports
rckrdmrd 97f407c661 [MIGRATION-V2] feat: Migrar michangarrito a estructura v2
- Prefijo v2: MCH
- TRACEABILITY-MASTER.yml creado
- Listo para integracion como submodulo

Workspace: v2.0.0 | SIMCO: v4.0.0
2026-01-10 11:28:54 -06:00

24 lines
690 B
Plaintext

# =============================================================================
# MICHANGARRITO - ASIGNACION DE PUERTOS
# =============================================================================
# Referencia rapida de puertos del proyecto
# =============================================================================
# Aplicaciones
WEB_PORT=3140
BACKEND_PORT=3141
MCP_PORT=3142
WHATSAPP_PORT=3143
MOBILE_METRO_PORT=8081
# Infraestructura
DB_PORT=5432
REDIS_PORT=6379
REDIS_DB=8 # Database number dentro de instancia compartida
# Desarrollo (opcionales)
MAILHOG_SMTP_PORT=1025
MAILHOG_WEB_PORT=8025
# =============================================================================