Guangrong Fu | 0bbe5b0 | 2022-09-15 19:52:40 +0800 | [diff] [blame] | 1 | server: |
| 2 | port: 9102 |
| 3 | servlet: |
| 4 | context-path: /api/holmes-engine-mgmt/v1 |
| 5 | ssl: |
| 6 | key-store: /opt/onap/conf/holmes.keystore |
| 7 | key-store-password: holmes |
| 8 | #PKCS12 |
| 9 | key-store-type: JKS |
| 10 | |
| 11 | logging: |
| 12 | config: classpath:logback-spring.xml |
| 13 | |
| 14 | spring: |
| 15 | application: |
| 16 | name: Holmes Engine Management |
| 17 | datasource: |
| 18 | dirver-class-name: org.postgresql.Driver |
| 19 | url: jdbc:postgresql://${URL_JDBC}:${DB_PORT}/${DB_NAME} |
| 20 | username: ${JDBC_USERNAME} |
| 21 | password: ${JDBC_PASSWORD} |
| 22 | mvc: |
| 23 | throw-exception-if-no-handler-found: true |