Adding sample config.
This commit is contained in:
parent
cdb4b5a1d0
commit
032ee08af1
1 changed files with 13 additions and 0 deletions
13
sampleConifg.australis.yml
Normal file
13
sampleConifg.australis.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue