Added required env variables to the example

This commit is contained in:
Matt Aitken
2022-12-07 13:41:46 +00:00
parent 0caa38c858
commit 7dda7950e2
+7 -1
View File
@@ -1,2 +1,8 @@
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
SESSION_SECRET=ABCDEFGHI-12345678910
SESSION_SECRET=<random string>
MAGIC_LINK_SECRET=<random string>
GITHUB_CLIENT_ID=<random string>
GITHUB_SECRET=<random string>
MAILGUN_KEY=<random string>
FROM_EMAIL=<your email address>
MERGENT_KEY=<Mergent key>