All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tuaryoss.agent.4.2.5-P1.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 4.2.6
Show newest version
server:
  port: ${PORT:8080}

eureka:
  client:
    serviceUrl:
      defaultZone: ${EUREKA_SERVER:http://localhost:8080/eureka/v2}
    instance:
    preferIpAddress: true
    enabled: false
    healthcheck:
      enabled: true
  instance:
    hostname: ${APP_IP:0.0.0.0}
    statusPageUrl: ${SERVICE_PROTOCOL:http}://${eureka.hostname}:${PORT:8080}/actuator/info
    healthCheckUrl: ${SERVICE_PROTOCOL:http}://${eureka.hostname}:${PORT:8080}/actuator/health
    homePageUrl: ${SERVICE_PROTOCOL:http}://${eureka.hostname}:${PORT:8080}/
    metadata-map:
      name: Estuary-Agent

spring:
  application:
    name: estuary-agent-java

management:
  endpoint:
    info:
      enabled: true
    health:
      enabled: true
    heapdump:
      enabled: true

springdoc:
  api-docs:
    enabled: true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy