forked from kimhyungsik/ax_hub_mcp_tool
17 lines
274 B
YAML
17 lines
274 B
YAML
server:
|
|
port: ${PORT:8084}
|
|
|
|
spring:
|
|
config:
|
|
activate:
|
|
on-profile: prod
|
|
import:
|
|
- classpath:glow/application-glow.yml
|
|
- classpath:glow/application-glow-prod.yml
|
|
|
|
axhub:
|
|
gateway:
|
|
url: ${AXHUB_GATEWAY_URL}
|
|
tool:
|
|
url: ${AXHUB_TOOL_URL}
|