aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-controlloop/src/main/resources/application.yaml
blob: af9966d40beeee05a1c1fcc4f80d96e8dc7bc059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
spring:
  security:
    user:
      name: healthcheck
      password: zb!XztG34
  http:
    converters:
      preferred-json-mapper: gson

security:
  enable-csrf: false

server:
  port: 6969
  servlet:
    context-path: /onap/controlloop
  error:
    path: /error


runtime:
  file: src/main/resources/parameters/ClRuntimeParameters.json