ein wenig aufgeräumt

This commit is contained in:
stefan
2025-09-09 12:57:55 +02:00
parent 3e4ef8e73e
commit 599c1e8bcb
6 changed files with 50 additions and 6 deletions
@@ -3,9 +3,10 @@ spring:
name: ping-service
cloud:
consul:
host: localhost
port: 8500
host: ${CONSUL_HOST:localhost}
port: ${CONSUL_PORT:8500}
discovery:
enabled: true
register: true
health-check-path: /actuator/health
health-check-interval: 10s