aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/main/resources/bootstrap.yaml
blob: 176c6bec889c60079c085d489736ada48221821a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
spring:
  application:
    name: dcae-prh

  cloud:
    config:
      enabled: false


logging:
  level:
    org.springframework.boot.SpringApplication: warn
    org.springframework.context.support.PostProcessorRegistrationDelegate: warn

cbs:
  hostname: cbs
  port: 10000
  app-name: dcae-prh
  updates-interval: 5m
  fetch-retries:
    max-attempts: 10
    first-backoff: 3s
    max-backoff: 15s