blob: b1284942c1831eef20b89cf153b45abc84e66e3d [file] [log] [blame]
PatrikBuhr3bdae602019-11-28 10:58:54 +01001spring:
2 profiles:
3 active: prod
PatrikBuhr2aa16892019-12-06 10:36:35 +01004 main:
Lathish961b63f2020-03-19 15:24:32 +00005 allow-bean-definition-overriding: true
6 aop:
7 auto: false
PatrikBuhr3bdae602019-11-28 10:58:54 +01008management:
9 endpoints:
10 web:
11 exposure:
12 include: "loggers,logfile,health,info,metrics"
13
14logging:
15 level:
16 ROOT: ERROR
17 org.springframework: ERROR
18 org.springframework.data: ERROR
19 org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
PatrikBuhrc5c25192020-03-11 14:15:50 +010020 org.oransc.policyagent: INFO
YongchaoWuabf88f32019-12-12 20:45:12 +010021 file: /var/log/policy-agent/application.log
PatrikBuhr8831a022019-12-10 15:17:06 +010022server:
PatrikBuhr4ebf7462020-04-17 08:58:02 +020023 port : 8433
24 ssl:
25 key-store-type: PKCS12
26 key-store-password: policy_agent
27 key-store: classpath:keystore.jks
28 key-password: policy_agent
29app:
30 filepath: /opt/app/policy-agent/config/application_configuration.json
31
32