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
+18
View File
@@ -33,3 +33,21 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
# Java Toolchain: ensure Gradle auto-downloads a full JDK when needed
org.gradle.java.installations.auto-download=true
org.gradle.java.installations.auto-detect=true
# =============================================================================
# Infrastructure Port Management
# =============================================================================
infrastructure.gateway.port=8081
infrastructure.consul.port=8500
# Service Port Ranges
services.port.start=8082
services.port.ping=8082
services.port.members=8083
services.port.horses=8084
services.port.events=8085
# Development Environment Support
dev.port.offset=0
# Set dev.port.offset=100 for second developer
# Set dev.port.offset=200 for third developer