kcg-monitoring/backend/src/main/resources/application.yml

12 lines
189 B
YAML

spring:
profiles:
active: ${SPRING_PROFILES_ACTIVE:local}
jpa:
hibernate:
ddl-auto: none
properties:
hibernate:
default_schema: kcg
server:
port: 8080