summaryrefslogtreecommitdiffstats
path: root/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml
blob: 2ff0fa6d52f8fded19cebfbcb6bac453cd0fd3c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
server:
  port: 9101
  servlet:
    context-path: /api/holmes-rule-mgmt/v1

logging:
  config: classpath:logback-spring.xml

spring:
  application:
    name: Holmes Rule Management
  datasource:
    dirver-class-name: org.postgresql.Driver
    url: jdbc:postgresql://${URL_JDBC}:${DB_PORT}/${DB_NAME}
    username: ${JDBC_USERNAME}
    password: ${JDBC_PASSWORD}
  mvc:
    throw-exception-if-no-handler-found: true