shorten/README.md

10 lines
216 B
Markdown
Raw Normal View History

2022-01-22 20:30:58 +00:00
# shorten
> simple url shortener
### Setup
Environmental variables:
- `SHORTEN_HOST` - hostname
- `POSTGRES_URI` - lib/pq connection string (see [here](https://pkg.go.dev/github.com/lib/pq#section-documentation))