forked from kimhyungsik/ax_hub_mcp_tool
16 lines
291 B
YAML
16 lines
291 B
YAML
# OCI 클라우드 개발 환경 전용 설정
|
|
server:
|
|
port: ${PORT:8084}
|
|
|
|
axhub:
|
|
gateway:
|
|
url: https://axhubmcp.devjun.net
|
|
|
|
spring:
|
|
config:
|
|
activate:
|
|
on-profile: dev
|
|
import:
|
|
- classpath:glow/application-glow.yml
|
|
- classpath:glow/application-glow-dev.yml
|