Skip to content

Commit

Permalink
feat: temp remove google auth
Browse files Browse the repository at this point in the history
  • Loading branch information
soyricardodev committed Jul 16, 2024
1 parent 8f6b0a7 commit 2c71b7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/supabase/supabase/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ subject = "invite"
content_path = "./supabase/templates/invite.html"


[auth.external.google]
enabled = true
client_id = "env(GOOGLE_CLIENT_ID)"
secret = "env(GOOGLE_CLIENT_SECRET)"
redirect_uri = "http://localhost:54321/auth/v1/callback"
# [auth.external.google]
# enabled = true
# # client_id = "env(GOOGLE_CLIENT_ID)"
# # secret = "env(GOOGLE_CLIENT_SECRET)"
# redirect_uri = "http://localhost:54321/auth/v1/callback"

# Use a production-ready SMTP server
# [auth.email.smtp]
Expand Down

0 comments on commit 2c71b7c

Please sign in to comment.