14 lines
254 B
YAML
14 lines
254 B
YAML
|
---
|
||
|
|
||
|
username: "aurora"
|
||
|
password: "secret"
|
||
|
clientKey: "/path/to/client/key"
|
||
|
clientCert: "/path/to/client/cert"
|
||
|
caCertsPath: "/path/to/ca/certs"
|
||
|
skipCertVerification: true
|
||
|
scheduler: "http://DirecToScheduler"
|
||
|
zk:
|
||
|
- 192.168.3.1
|
||
|
- 192.168.3.2
|
||
|
- 192.168.3.3
|