16 lines
273 B
YAML
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} |