From 7dda7950e2cf66593c44561e7aa4c1deaa7950c6 Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Wed, 7 Dec 2022 13:41:46 +0000 Subject: [PATCH] Added required env variables to the example --- apps/webapp/.env.example | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/webapp/.env.example b/apps/webapp/.env.example index 8c08680c2..bc51f9231 100644 --- a/apps/webapp/.env.example +++ b/apps/webapp/.env.example @@ -1,2 +1,8 @@ DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres -SESSION_SECRET=ABCDEFGHI-12345678910 \ No newline at end of file +SESSION_SECRET= +MAGIC_LINK_SECRET= +GITHUB_CLIENT_ID= +GITHUB_SECRET= +MAILGUN_KEY= +FROM_EMAIL= +MERGENT_KEY= \ No newline at end of file