Adding sample config.

This commit is contained in:
Renan DelValle 2018-10-23 23:35:08 -07:00
parent cdb4b5a1d0
commit 032ee08af1
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -0,0 +1,13 @@
---
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