PpomppuNotifier/processor/src/main/resources/application-development.yml

12 lines
259 B
YAML

spring:
config:
activate:
on-profile: development
import:
- "configserver:http://192.168.0.100:11080"
server:
port: 20081
# import: optional:configserver:http://localhost:11080 # can be start up even config server was not found.