-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootstrap.yml
34 lines (34 loc) · 857 Bytes
/
bootstrap.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
spring:
application:
name: test-service
profiles: dev
cloud:
vault:
fail-fast: true
uri: {vault's endpoint}
authentication: APPROLE
scheme: https
app-role:
role-id: {role-id}
secret-id: {service_id}
role: testservice
app-role-path: approle
generic:
enabled: true
backend: test-service
profile-separator: '/'
application-name: test-service
default-context: test-service
consul:
host: 'consul-host-endpoint'
port: 443
scheme: https
# discovery:
# instanceId: ${application.name}
# healthCheckInterval: 15s
# enabled: false
# health-check-path: /test-service/hc
# register-health-check: false
config:
enabled: true
prefix: test-service/dev