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

Update .env.example

authored by nekomimi.pet and committed by GitHub 9fe7359d 374b5382

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