Files
ax_hub_mcp_tool/dap-was-sms/src/main/resources/application-test.yml
jade dd36247bf7
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m39s
feat: standardize glow profile configuration
2026-08-10 09:45:13 +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}