blob: 34c40240591d1af7715ff99d9ed66205067dfdc5 [file] [log] [blame]
Guangrong Fu0bbe5b02022-09-15 19:52:40 +08001server:
2 port: 9102
3 servlet:
4 context-path: /api/holmes-engine-mgmt/v1
Guangrong Fu0bbe5b02022-09-15 19:52:40 +08005
6logging:
7 config: classpath:logback-spring.xml
8
9spring:
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