diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 532bc6a..7a37ad3 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -4,8 +4,6 @@ eureka: fetch-registry: true service-url: defaultZone: http://eureka-service.web:8761/eureka - instance: - hostname: ${HOSTNAME:${spring.application.name}:${spring.application.instance_id:${random.value}}} info: application: @@ -38,4 +36,4 @@ sentry: spring: application: - name: config-service \ No newline at end of file + name: config-service