Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / holmes / components / holmes-engine-mgmt / resources / config / application.yaml
1 server:
2   port: 9102
3   servlet:
4     context-path: /api/holmes-engine-mgmt/v1
5
6 logging:
7   config: classpath:logback-spring.xml
8
9 spring:
10   application:
11     name: Holmes Engine Management
12   datasource:
13     dirver-class-name: org.postgresql.Driver
14     url: jdbc:postgresql://${URL_JDBC}:${DB_PORT}/${DB_NAME}
15     username: ${JDBC_USERNAME}
16     password: ${JDBC_PASSWORD}
17   mvc:
18     throw-exception-if-no-handler-found: true