summaryrefslogtreecommitdiffstats
path: root/sleepingcelldetector/src/main/resources/application.yml
blob: 81ec89eab987c5edcbc6d50dd75259d005aa7a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
server:
  port: 8382
a1:
  protocol: "http"
  host: "policy-agent"
  port: 8081
datacollector:
  protocol: "http"
  host: "localhost"
  port: 8087
  version: "v1"
sleepingcelldetector:
  prefix: "emergency"
  slot: 10
  count: 12
logging:
  level:
    org:
      springframework: DEBUG
  logging.file.name: logs/rapp-sleepingcelldetector.log
  pattern:
    console: "%d %-5level %logger : %msg%n"
    file: "%d %-5level [%thread] %logger : %msg%n"
spring:
  jackson:
    default-property-inclusion: non_null