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"