fix environment variable

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-15 00:20:28 +02:00
parent 3498ba6397
commit 5ae3429d69

View File

@@ -3,7 +3,7 @@ eureka:
register-with-eureka: true register-with-eureka: true
fetch-registry: true fetch-registry: true
service-url: service-url:
defaultZone: ${EUREKA-URI:http://localhost:8761/eureka} defaultZone: ${EUREKA_URI:http://localhost:8761/eureka}
spring: spring:
application: application: