chore(infrastructure): 🔧 Update port configurations in .env.ports for environment-specific deployments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
f9bd970b50
commit
7d30d021aa
1 changed files with 4 additions and 2 deletions
|
|
@ -4,12 +4,13 @@
|
|||
# APIS
|
||||
PLATFORM_API_PORT=3060
|
||||
|
||||
# AI_INSTANCES
|
||||
# AI INSTANCES
|
||||
AI_COPILOT_PORT=3791
|
||||
CONTENT_ONLYFANS_PORT=3792
|
||||
CONTENT_X_PORT=3793
|
||||
BOOKINGS_TRYST_PORT=3796
|
||||
|
||||
# WORKERS (health endpoints)
|
||||
# WORKERS
|
||||
SCHEDULER_HEALTH_PORT=3820
|
||||
ENGAGEMENT_INGESTOR_HEALTH_PORT=3821
|
||||
PROSPECT_RESOLVER_HEALTH_PORT=3822
|
||||
|
|
@ -23,3 +24,4 @@ ENGAGEMENT_PORTAL_PORT=5302
|
|||
|
||||
# INFRASTRUCTURE
|
||||
PLATFORM_DB_PORT=25437
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue