Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 304 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 304 Bytes

Environment File

Create a .env file with the following variables.

  • DATABASE_URL: a diesel-recognized URL to a postgres database
  • CERT_PATH: path to a public SSL certificate1
  • KEY_PATH: path to the key associated with the above

Footnotes

  1. for local development you can make one with mkcert.