CravingCrates / AnkiCollab-Website

The source code to the Website of www.ankicollab.com
GNU General Public License v3.0
11 stars 2 forks source link

Improve error handling #2

Closed constantingoeldel closed 10 months ago

constantingoeldel commented 10 months ago

.env Should look like

DATABASE_URL=postgres://...@localhost:5432/anki
ROCKET_SECRET_KEY=

There are two comments starting with REVIEW, in one case, I believe the function can be deleted, in the other, it can be simplified. Do you agree?