diff --git a/.env.example b/.env.example index f8a0b7141..21e367dcf 100644 --- a/.env.example +++ b/.env.example @@ -18,7 +18,7 @@ WHITELISTED_ORIGINS = "http://localhost:3170,http://localhost:3000,http://localh GOOGLE_CLIENT_ID="************************************************" GOOGLE_CLIENT_SECRET="************************************************" GOOGLE_CALLBACK_URL="http://localhost:3170/v1/auth/google/callback" -GOOGLE_SCOPE="['email', 'profile']," +GOOGLE_SCOPE="email,profile" # Github Auth Config GITHUB_CLIENT_ID="************************************************"