summaryrefslogtreecommitdiffstats
path: root/engine-d-standalone/src/main/assembly/conf/application.yaml
blob: ed760ed81f31b9d8c804494a3b2ce03814360afd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
server:
  port: 9102
  servlet:
    context-path: /api/holmes-engine-mgmt/v1
  ssl:
    key-store: /opt/onap/conf/holmes.keystore
    key-store-password: holmes
    #PKCS12
    key-store-type: JKS

logging:
  config: classpath:logback-spring.xml

spring:
  application:
    name: Holmes Engine Management
  datasource:
    dirver-class-name: org.postgresql.Driver
    url: jdbc:postgresql://localhost:5432/holmes
    username: holmes
    password: holmespwd
  mvc:
    throw-exception-if-no-handler-found: true