link
·42 words·1 min
link#
Description #
A public mirror of the private development link repository, without the .env and Rocket.toml hosted on heroku
Setup #
.env needs the following
DATABASE_URL=url or uri to database
AUTH_KEY=an auth key
Rocket.toml
# Database
[global.databases.redirect-api]
url = "postgres://<user>:<password>@localhost/redirect-api"