12 lines
277 B
YAML
12 lines
277 B
YAML
spring:
|
|
config:
|
|
activate:
|
|
on-profile: local
|
|
import:
|
|
- classpath:/datasource/local.yml
|
|
- classpath:/slack/local.yml
|
|
|
|
server:
|
|
port: 20080
|
|
|
|
# import: optional:configserver:http://localhost:11080 # can be start up even config server was not found. |