mirror of
https://github.com/simon987/ws_bucket.git
synced 2025-12-19 17:44:53 +00:00
Create readme
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user