README.md in polyn-cli-0.1.7 vs README.md in polyn-cli-0.1.8
- old
+ new
@@ -33,9 +33,10 @@
## Environment Variables
* `NATS_SERVERS` - locations of your servers (defaults to localhost)
* `NATS_CREDENTIALS` - path to nats credentials file
* `NATS_CA_FILE` - Fully Qualified Path to a file containing Root CA (PEM format). Use when the server has certs signed by an unknown authority.
+* `NATS_TLS` - Boolean, defaults to `false`. Should NATS connect with TLS?
* `POLYN_ENV` - type of environment (defaults to "development")
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.