10 lines
216 B
Markdown
10 lines
216 B
Markdown
|
# 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))
|