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