-1
README.md
-1
README.md
···
15
15
If DATABASE_URL is set, it will connect to a Postgres DB. If blank, it will use an sqlite db in /data
16
16
17
17
```bash
18
-
#set api-domain to where you will be deploying the link shortener, eg: link.example.com, default is localhost:8080
19
18
git clone https://github.com/waveringana/simplelink && cd simplelink
20
19
./build.sh
21
20
cargo run