update README

This commit is contained in:
Josh Harvey 2016-04-23 22:43:45 +03:00
parent 0e78d9062e
commit 3720c2eca9
2 changed files with 13 additions and 0 deletions

View file

@ -14,6 +14,17 @@ cd lamassu-server
npm install
```
## Configuration
```bash
bin/ssu config smtp2go user pass toEmail
bin/ssu config twilio accountSid authToken fromNumber toNumber
bin/ssu set sms twilio
bin/ssu set email smtp2go
bin/ssu notify [email] [sms] # send email or sms alerts, or both
bin/ssu config notifier lowBalanceThreshold # set low balance alert, in fiat
```
## Running
```sh
node lib/app.js