All Downloads are FREE. Search and download functionalities are using the official Maven repository.

n.octopus.infrastructure.components-registry-service-server.2.0.31.source-code.bootstrap.yml Maven / Gradle / Ivy

There is a newer version: 2.0.30
Show newest version
spring:
  cloud:
    config:
      fail-fast: true
      retry:
        multiplier: 2
        max-interval: 60000
        max-attempts: 5000
        initial-interval: 1000
      token: ${VAULT_TOKEN}
  application:
    name: components-registry-service




© 2015 - 2024 Weber Informatics LLC | Privacy Policy