Files
release11-tools-mocked-serv…/target/classes/bootstrap-PROD.yml
2020-11-04 13:54:32 +01:00

19 lines
338 B
YAML

spring:
profiles:
active: PROD
application:
name: klaus
cloud:
spring:
cloud:
config:
fail-fast: false
uri: http://s5000xvn.zipper.release11.com:8888
retry:
max-attempts: 20
max-interval: 15000
initial-interval: 10000
server:
port: 8097