Create readme

This commit is contained in:
simon987
2019-03-09 12:38:22 -05:00
parent fea86af41d
commit 04f2ff8900
2 changed files with 35 additions and 1 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
### Environment variables
| Name | Default |
|:---|:---|
| `WS_BUCKET_ADDR` | `0.0.0.0:3020` |
| `WS_BUCKET_WORKDIR` | `./data` |
| `WS_BUCKET_LOGLEVEL` | `trace` |
| `WS_BUCKET_CONNSTR` | `host=localhost user=ws_bucket dbname=ws_bucket password=ws_bucket sslmode=disable` |
| `WS_BUCKET_DIALECT` | `postgres` |
### Running tests
```bash
cd test/
go test
```