Files
dap-was-dapmt/dat-was-cus/src/main/resources/application-dev.yml
jade 7389c6380c
All checks were successful
Deploy Tools / deploy (push) Successful in 1m21s
refactor: massive rename dap -> dat and dapmt -> datmt preserving encoding
2026-08-20 10:41:55 +09:00

16 lines
291 B
YAML

# OCI 클라우드 개발 환경 전용 설정
server:
port: ${PORT:8084}
axhub:
gateway:
url: https://axhubmcp.devjun.net
spring:
config:
activate:
on-profile: dev
import:
- classpath:glow/application-glow.yml
- classpath:glow/application-glow-dev.yml