fix port conflict and KeycloakIntegrationTest.kt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user