소스 업데이트
All checks were successful
Deploy Tools / deploy (push) Successful in 1m25s

This commit is contained in:
jade
2026-09-07 10:26:27 +09:00
parent 93111b430a
commit bb6cbab912
3 changed files with 12 additions and 55 deletions

View File

@@ -1,8 +1,12 @@
# Local 환경 전용 설정 (H2 메모리 DB 등)
spring:
config:
activate:
on-profile: local
import:
- classpath:glow/application-glow.yml
- classpath:glow/application-glow-local.yml
# Local 환경 전용 설정 (H2 메모리 DB 등)
spring:
config:
activate:
on-profile: local
import:
- classpath:glow/application-glow.yml
- classpath:glow/application-glow-local.yml
axhub:
tool:
url: ${AXHUB_TOOL_URL:http://localhost:${server.port}}