forked from kimhyungsik/ax_hub_mcp_tool
12 lines
234 B
YAML
12 lines
234 B
YAML
server:
|
|
port: ${PORT:8083}
|
|
|
|
spring:
|
|
config:
|
|
activate:
|
|
on-profile: test
|
|
import:
|
|
- classpath:application-core-test.yml
|
|
- classpath:glow/application-glow.yml
|
|
- classpath:glow/application-glow-test.yml
|