blob: aac43930e14215c0a21ae6f96bbe4899e8bcad65 [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:
PatrikBuhr5e3c4442020-05-18 09:23:18 +020012 include: "loggers,logfile,health,info,metrics,threaddump,heapdump"
PatrikBuhr3bdae602019-11-28 10:58:54 +010013
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
PatrikBuhr6d503af2020-05-07 12:30:21 +020024 http-port: 8081
PatrikBuhr4ebf7462020-04-17 08:58:02 +020025 ssl:
PatrikBuhr6d503af2020-05-07 12:30:21 +020026 key-store-type: JKS
PatrikBuhr4ebf7462020-04-17 08:58:02 +020027 key-store-password: policy_agent
28 key-store: classpath:keystore.jks
29 key-password: policy_agent
PatrikBuhr6d503af2020-05-07 12:30:21 +020030 key-alias: policy_agent
PatrikBuhr4ebf7462020-04-17 08:58:02 +020031app:
Lathish855d2912020-05-28 10:43:35 +010032 filepath: /opt/app/policy-agent/data/application_configuration.json
PatrikBuhr6d503af2020-05-07 12:30:21 +020033 webclient:
34 trust-store-used: false
35 trust-store-password: policy_agent
36 trust-store: classpath:keystore.jks
PatrikBuhr4ebf7462020-04-17 08:58:02 +020037