Create a .env
file with the following variables.
DATABASE_URL
: a diesel-recognized URL to a postgres databaseCERT_PATH
: path to a public SSL certificate1KEY_PATH
: path to the key associated with the above
Footnotes
-
for local development you can make one with
mkcert
. ↩