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