A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.

Update .env.example

Changed files
+2 -1
+2 -1
.env.example
···
-
DATABASE_URL=postgresql://user:password@localhost/dbname
+
# by default, simplelink uses an sqlite db in /data, to use a postgres db, set DATABASE_URl
+
# DATABASE_URL=postgresql://user:password@localhost/dbname
SERVER_HOST=127.0.0.1
SERVER_PORT=8080
JWT_SECRET=change-me-in-production