tuaryoss.agent.4.2.5-P1.source-code.application.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of agent Show documentation
Show all versions of agent Show documentation
RestAPI service which runs shell commands via REST API
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