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: |
PatrikBuhr | 8831a02 | 2019-12-10 15:17:06 +0100 | [diff] [blame] | 5 | allow-bean-definition-overriding: true |
PatrikBuhr | 3bdae60 | 2019-11-28 10:58:54 +0100 | [diff] [blame] | 6 | management: |
| 7 | endpoints: |
| 8 | web: |
| 9 | exposure: |
| 10 | include: "loggers,logfile,health,info,metrics" |
| 11 | |
| 12 | logging: |
| 13 | level: |
| 14 | ROOT: ERROR |
| 15 | org.springframework: ERROR |
| 16 | org.springframework.data: ERROR |
| 17 | org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR |
RehanRaza | ff56d26 | 2020-01-24 10:50:22 +0100 | [diff] [blame] | 18 | org.oransc.policyagent: WARN |
YongchaoWu | abf88f3 | 2019-12-12 20:45:12 +0100 | [diff] [blame] | 19 | file: /var/log/policy-agent/application.log |
PatrikBuhr | 3bdae60 | 2019-11-28 10:58:54 +0100 | [diff] [blame] | 20 | app: |
RehanRaza | ff56d26 | 2020-01-24 10:50:22 +0100 | [diff] [blame] | 21 | filepath: /opt/app/policy-agent/config/application_configuration.json |
Lathish | b765b40 | 2020-01-31 10:32:30 +0000 | [diff] [blame] | 22 | a1ControllerBaseUrl: http://sdnc.onap:8282 |
RehanRaza | 1081111 | 2020-01-30 13:14:08 +0100 | [diff] [blame] | 23 | a1ControllerUsername: admin |
| 24 | a1ControllerPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |
YongchaoWu | 50e6a61 | 2020-01-07 09:25:42 +0100 | [diff] [blame] | 25 | |
PatrikBuhr | 8831a02 | 2019-12-10 15:17:06 +0100 | [diff] [blame] | 26 | server: |
| 27 | port : 8081 |