kcg-monitoring/backend/src/main/resources/application.yml
htlee fe1de4bf51
All checks were successful
Deploy KCG / deploy (push) Successful in 1m10s
fix(deploy): 배포 자동화 + 수집기 모니터링 + 이란 signal-batch 연동 (#32)
Co-authored-by: htlee <htlee@gcsc.co.kr>
Co-committed-by: htlee <htlee@gcsc.co.kr>
2026-03-18 05:46:55 +09:00

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