Files
ax_hub_mcp_tool/dap-was-sal/src/main/resources/application-test.yml
jade 8f1c64ac58
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 44s
refactor: apply Option B, remove heartbeat and register tools once on startup
2026-08-13 17:34:32 +09:00

16 lines
273 B
YAML

server:
port: ${PORT:8082}
spring:
config:
activate:
on-profile: test
import:
- classpath:glow/application-glow.yml
- classpath:glow/application-glow-test.yml
axhub:
gateway:
url: ${AXHUB_GATEWAY_URL}
tool:
url: ${AXHUB_TOOL_URL}