blob: 34c40240591d1af7715ff99d9ed66205067dfdc5 [file] [log] [blame]
server:
port: 9102
servlet:
context-path: /api/holmes-engine-mgmt/v1
logging:
config: classpath:logback-spring.xml
spring:
application:
name: Holmes Engine 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