Skip to content

Commit

Permalink
Merge pull request #3 from acm1/docs
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
acm1 committed Oct 6, 2015
2 parents 507bee3 + 0ad3d7b commit 3cc144f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Command-line tool to create and delete distributed locks using Cassandra and lig
Usage
-----

Set up a config file at `~/.cqllockrc` in the following YAML format:
Set up a config file at `~/.cqllockrc` or `/etc/cqllock.yaml` in the following YAML format:

```
seeds:
Expand All @@ -19,6 +19,8 @@ username: optional-username-if-using-auth
password: optional-password-if-using-auth
certpath: /path/to/optional/client/cert/if/using/SSL.pem
keypath: /path/to/optional/client/key/if/using/SSL.key
timeout: 10 # This is the Cassandra connectiont timeout in seconds
retries: 3 # This is the number of times to retry failed Cassandra queries
```

### Possible scenarios
Expand Down

0 comments on commit 3cc144f

Please sign in to comment.