diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 623aaa1..d426bd8 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,3 +1,10 @@ +eureka: + client: + register-with-eureka: true + fetch-registry: true + service-url: + defaultZone: ${EUREKA} + server: port: ${PORT:8888}