···1010### From Source
1111First configure .env.example and save it to .env
12121313-The project will not run withot DATABASE_URL set. (TODO add sqlite support)
1313+If DATABASE_URL is set, it will connect to a Postgres DB. If blank, it will use an sqlite db in /data
14141515```bash
1616#set api-domain to where you will be deploying the link shortener, eg: link.example.com, default is localhost:8080