Closed quangyen closed 5 years ago
Hello! I'm setup SpringCloud Config with Vault and Git spring: application: name: configserver profiles: active: vault, git cloud: config: server: vault: order: 1 backend: secret2 kv-version: 2 host: localhost port: 8200 git: order: 2 uri: https://github.com/*** search-paths: config-git default-label: master clone-on-start: true
no, it's not available
Thanks for your response
Hello! I'm setup SpringCloud Config with Vault and Git spring: application: name: configserver profiles: active: vault, git cloud: config: server: vault: order: 1 backend: secret2 kv-version: 2 host: localhost port: 8200 git: order: 2 uri: https://github.com/*** search-paths: config-git default-label: master clone-on-start: true