fix port conflict and KeycloakIntegrationTest.kt
This commit is contained in:
@@ -11,7 +11,7 @@ spring:
|
||||
health-check-interval: 10s
|
||||
|
||||
server:
|
||||
port: 8080
|
||||
port: ${PING_SERVICE_PORT:8082}
|
||||
|
||||
management:
|
||||
endpoints:
|
||||
|
||||
Reference in New Issue
Block a user