Files
2021-12-26 17:50:50 +11:00

29 lines
428 B
YAML

server.port: 8080
addressClient:
baseUrl: http://customer-service:8081
customerClient:
baseUrl: http://customer-service:8081
spring:
output:
ansi:
enabled: always
application:
name: api-service
sleuth:
otel:
exporter:
otlp:
endpoint: http://collector:4317
management:
endpoint:
beans:
enabled: true
endpoints:
web:
exposure:
include: beans