소스 업데이트
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

@@ -6,39 +6,7 @@ spring:
import: import:
- classpath:glow/application-glow.yml - classpath:glow/application-glow.yml
- classpath:glow/application-glow-local.yml - classpath:glow/application-glow-local.yml
datasource:
url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;
username: sa
password: password
h2:
console:
enabled: true
eims:
http:
url: http://localhost:${server.port}/api/gateway
tcp:
host: 127.0.0.1
port: 8090
timeout: 5000
jsp:
form:
url: http://localhost:${server.port}/mock/jsp-form
json:
url: http://localhost:${server.port}/mock/jsp-json
mci:
url: http://localhost:${server.port}/api/mock/esb/api
mcistring:
url: http://localhost:${server.port}/api/mock/esb/string
mcp:
security:
tenant-domains:
mcp-client-1: CUSTOMER,COMMON
mcp-client-2: ALL
axhub: axhub:
gateway:
url: http://localhost:8081
tool: tool:
url: ${AXHUB_TOOL_URL:http://localhost:${server.port}} url: ${AXHUB_TOOL_URL:http://localhost:${server.port}}

View File

@@ -6,22 +6,7 @@ spring:
import: import:
- classpath:glow/application-glow.yml - classpath:glow/application-glow.yml
- classpath:glow/application-glow-local.yml - classpath:glow/application-glow-local.yml
datasource:
url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;
username: sa
password: password
h2:
console:
enabled: true
mcp:
security:
tenant-domains:
mcp-client-1: CUSTOMER,COMMON
mcp-client-2: ALL
axhub: axhub:
gateway:
url: http://localhost:8081
tool: tool:
url: ${AXHUB_TOOL_URL:http://localhost:${server.port}} url: ${AXHUB_TOOL_URL:http://localhost:${server.port}}

View File

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