Update README.md

This commit is contained in:
Wavering Ana 2025-01-29 19:35:16 -05:00 committed by GitHub
parent fd36858e20
commit 374b538269
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ A very performant and light (6mb in memory) link shortener and tracker. Written
### From Source
First configure .env.example and save it to .env
The project will not run withot DATABASE_URL set. (TODO add sqlite support)
If DATABASE_URL is set, it will connect to a Postgres DB. If blank, it will use an sqlite db in /data
```bash
#set api-domain to where you will be deploying the link shortener, eg: link.example.com, default is localhost:8080