fix port conflict and KeycloakIntegrationTest.kt

This commit is contained in:
stefan
2025-09-06 11:27:37 +02:00
parent cc7299e25a
commit a3a3a5f87c
8 changed files with 219 additions and 22 deletions
+28 -1
View File
@@ -12,7 +12,34 @@
# =============================================================================
# =============================================================================
# 1. APPLICATION CONFIGURATION
# 1. PORT MANAGEMENT - SINGLE SOURCE OF TRUTH
# =============================================================================
# Gateway Ports
GATEWAY_PORT=8081
GATEWAY_ADMIN_PORT=8080
# Service Ports (eindeutige Zuweisung)
PING_SERVICE_PORT=8082
MEMBERS_SERVICE_PORT=8083
HORSES_SERVICE_PORT=8084
EVENTS_SERVICE_PORT=8085
MASTERDATA_SERVICE_PORT=8086
AUTH_SERVICE_PORT=8087
# Infrastructure Ports
CONSUL_PORT=8500
REDIS_PORT=6379
KAFKA_PORT=9092
PROMETHEUS_PORT=9090
GRAFANA_PORT=3000
# Development Notes for Multi-Developer Setup
# Developer 1: Verwende Standard-Ports
# Developer 2: Alle Ports +100 (GATEWAY_PORT=8181, etc.)
# Developer 3: Alle Ports +200 (GATEWAY_PORT=8281, etc.)
# =============================================================================
# 2. APPLICATION CONFIGURATION
# =============================================================================
API_HOST=0.0.0.0
API_PORT=8081