aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm/src/test/resources/application-prometheus-noauth.yaml
blob: a75c5d36fe890173b6293703672bc44e2b0f61e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
spring:
  datasource:
    url: jdbc:h2:mem:testdb
    driverClassName: org.h2.Driver
    hikari:
      maxLifetime: 1800000
      maximumPoolSize: 3
  jpa:
    hibernate:
      ddl-auto: create
    open-in-view: false

tracing:
  enabled: true
  exporter:
    endpoint: http://jaeger:4318
    protocol: http
  sampler:
    jaeger-remote:
      endpoint: http://jaeger:14250

basicAuth: false