australis/sampleConifg.australis.yml
2018-10-23 23:35:08 -07:00

13 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