feat: prefix VITE_ added in conditional auth provider env variable (#3246) (HBE-248)

This commit is contained in:
Mir Arif Hasan
2023-08-08 14:46:13 +06:00
committed by GitHub
parent 085fbb2a9b
commit 2c1fd5d711
4 changed files with 22 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ SESSION_SECRET='add some secret here'
# Hoppscotch App Domain Config
REDIRECT_URL="http://localhost:3000"
WHITELISTED_ORIGINS = "http://localhost:3170,http://localhost:3000,http://localhost:3100"
ALLOWED_AUTH_PROVIDERS = GOOGLE,GITHUB,MICROSOFT,EMAIL
VITE_ALLOWED_AUTH_PROVIDERS = GOOGLE,GITHUB,MICROSOFT,EMAIL
# Google Auth Config
GOOGLE_CLIENT_ID="************************************************"