unify all ports: app=3010, infra=3184-3187, cleanup debug markers

This commit is contained in:
Дмитрий Мамедов
2026-06-10 18:12:26 +03:00
parent d33cb237d7
commit 9b4311f34f
7 changed files with 15 additions and 32 deletions

View File

@@ -42,7 +42,7 @@ RABBITMQ_URL=amqp://${RABBITMQ_USER}:${RABBITMQ_PASSWORD}@${RABBITMQ_HOST}:${RAB
# ──────────────────────────────────────────────
# CORS
# ──────────────────────────────────────────────
CORS_ORIGINS=http://localhost:3000,http://localhost:5173
CORS_ORIGINS=http://localhost:3010,http://localhost:5173
# ──────────────────────────────────────────────
# Rate Limiting