ShoppingCrawler/receiver/src/main/resources/application-production.yml

7 lines
170 B
YAML

spring:
config:
activate:
on-profile: production
import:
- classpath:/production/webclient.yml
- "configserver:http://ppn-config-server:20080"