use of external settings

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-15 00:16:36 +02:00
parent f9b73fc267
commit 0d4f750c65
5 changed files with 17 additions and 104 deletions

View File

@@ -0,0 +1,15 @@
eureka:
client:
register-with-eureka: true
fetch-registry: true
service-url:
defaultZone: ${EUREKA-URI:http://localhost:8761/eureka}
spring:
application:
name: edge-service
cloud:
config:
discovery:
enabled: true
serviceId: config-service