PatrikBuhr | 3bdae60 | 2019-11-28 10:58:54 +0100 | [diff] [blame] | 1 | spring: |
| 2 | profiles: |
| 3 | active: prod |
PatrikBuhr | 2aa1689 | 2019-12-06 10:36:35 +0100 | [diff] [blame] | 4 | main: |
Lathish | 961b63f | 2020-03-19 15:24:32 +0000 | [diff] [blame] | 5 | allow-bean-definition-overriding: true |
| 6 | aop: |
| 7 | auto: false |
PatrikBuhr | 3bdae60 | 2019-11-28 10:58:54 +0100 | [diff] [blame] | 8 | management: |
| 9 | endpoints: |
| 10 | web: |
| 11 | exposure: |
| 12 | include: "loggers,logfile,health,info,metrics" |
| 13 | |
| 14 | logging: |
| 15 | level: |
| 16 | ROOT: ERROR |
| 17 | org.springframework: ERROR |
| 18 | org.springframework.data: ERROR |
| 19 | org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR |
PatrikBuhr | c5c2519 | 2020-03-11 14:15:50 +0100 | [diff] [blame] | 20 | org.oransc.policyagent: INFO |
YongchaoWu | abf88f3 | 2019-12-12 20:45:12 +0100 | [diff] [blame] | 21 | file: /var/log/policy-agent/application.log |
PatrikBuhr | 8831a02 | 2019-12-10 15:17:06 +0100 | [diff] [blame] | 22 | server: |
PatrikBuhr | 4ebf746 | 2020-04-17 08:58:02 +0200 | [diff] [blame] | 23 | 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 |
| 29 | app: |
| 30 | filepath: /opt/app/policy-agent/config/application_configuration.json |
| 31 | |
| 32 | |