australis/sampleConifg.australis.yml

14 lines
254 B
YAML
Raw Normal View History

2018-10-23 23:35:08 -07:00
---
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