PatrikBuhr | d1d0854 | 2020-09-11 16:50:37 +0200 | [diff] [blame] | 1 | spring: |
| 2 | profiles: |
| 3 | active: prod |
| 4 | main: |
| 5 | allow-bean-definition-overriding: true |
| 6 | aop: |
| 7 | auto: false |
| 8 | management: |
| 9 | endpoints: |
| 10 | web: |
| 11 | exposure: |
| 12 | include: "loggers,logfile,health,info,metrics,threaddump,heapdump" |
| 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 | ebf3211 | 2020-09-16 13:17:29 +0200 | [diff] [blame] | 20 | org.oransc.enrichment: INFO |
RehanRaza | 0591aa3 | 2020-09-25 11:58:01 +0200 | [diff] [blame] | 21 | file: |
| 22 | name: /var/log/enrichment-coordinator-service/application.log |
PatrikBuhr | d1d0854 | 2020-09-11 16:50:37 +0200 | [diff] [blame] | 23 | server: |
PatrikBuhr | d77be45 | 2020-09-21 14:30:29 +0200 | [diff] [blame] | 24 | port : 8434 |
ecaiyanlinux | bdeb7d6 | 2020-10-12 22:47:50 +0200 | [diff] [blame] | 25 | http-port: 8083 |
PatrikBuhr | d1d0854 | 2020-09-11 16:50:37 +0200 | [diff] [blame] | 26 | ssl: |
| 27 | key-store-type: JKS |
| 28 | key-store-password: policy_agent |
| 29 | key-store: /opt/app/enrichment-coordinator-service/etc/cert/keystore.jks |
| 30 | key-password: policy_agent |
| 31 | key-alias: policy_agent |
| 32 | app: |
| 33 | filepath: /opt/app/enrichment-coordinator-service/data/application_configuration.json |
| 34 | webclient: |
| 35 | trust-store-used: false |
| 36 | trust-store-password: policy_agent |
| 37 | trust-store: /opt/app/enrichment-coordinator-service/etc/cert/truststore.jks |
| 38 | |