-
Notifications
You must be signed in to change notification settings - Fork 2.4k
/
config.yaml
46 lines (42 loc) · 986 Bytes
/
config.yaml
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
35
36
37
38
39
40
41
42
43
44
45
46
cloudfoundry:
uaa:
password: "test"
cloudfoundry/one:
rlp_gateway:
endpoint: "https://log-stream.sys.example.internal"
shard_id: "otel-test"
timeout: "20s"
tls:
insecure_skip_verify: true
uaa:
endpoint: "https://uaa.sys.example.internal"
username: "admin"
password: "test"
tls:
insecure_skip_verify: true
cloudfoundry/empty:
cloudfoundry/invalid:
rlp_gateway:
endpoint: "https://[invalid"
shard_id: "otel-test"
timeout: "20s"
tls:
insecure_skip_verify: true
uaa:
endpoint: "https://uaa.sys.example.internal"
username: "admin"
password: "test"
tls:
insecure_skip_verify: true
cloudfoundry/shardidnotdefined:
rlp_gateway:
endpoint: "https://log-stream.sys.example.internal"
timeout: "20s"
tls:
insecure_skip_verify: true
uaa:
endpoint: "https://uaa.sys.example.internal"
username: "admin"
password: "test"
tls:
insecure_skip_verify: true