Skip to main content
  1. Projects/

link

·42 words·1 min
Jake Roggenbuck
Author
Jake Roggenbuck
I am currently studying Computer Science

link
Rust
#

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"