From 4edd0e0ab79bdf10294fab1b1e149231d1d28919 Mon Sep 17 00:00:00 2001 From: Balu Babu Date: Fri, 13 Jan 2023 02:50:52 +0530 Subject: [PATCH] chore: added new github auth environment variables into .env.example --- packages/hoppscotch-backend/.env.example | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/packages/hoppscotch-backend/.env.example b/packages/hoppscotch-backend/.env.example index 48f762ae2..2423391b0 100644 --- a/packages/hoppscotch-backend/.env.example +++ b/packages/hoppscotch-backend/.env.example @@ -2,8 +2,8 @@ DATABASE_URL=postgresql://postgres:testpass@dev-db:5432/hoppscotch # Postmark Config -POSTMARK_SERVER_TOKEN=postmark-token-here -POSTMARK_SENDER_EMAIL=support@hoppscotch.io +POSTMARK_SERVER_TOKEN=************************************************" +POSTMARK_SENDER_EMAIL=************************************************" # Auth Tokens Config JWT_SECRET='add some secret here' @@ -11,10 +11,16 @@ REFRESH_TOKEN_VALIDITY="168h" # Default validity is 7 days ACCESS_TOKEN_VALIDITY="30s" # Default validity is 1 day # Hoppscotch App Domain Config -APP_DOMAIN="http://localhost:3000" +APP_DOMAIN="************************************************"" +REDIRECT_URL="************************************************"" # Google Auth Config GOOGLE_CLIENT_ID="************************************************" GOOGLE_CLIENT_SECRET="************************************************" GOOGLE_CALLBACK_URL="************************************************" GOOGLE_SCOPE= ['email', 'profile'], + +# Github Auth Config +GITHUB_CLIENT_ID="************************************************" +GITHUB_CLIENT_SECRET="************************************************" +GITHUB_CALLBACK_URL="************************************************"