supabase/config.toml file locally
Hey guys, I'm using supabase locally and remotely via Github integration. I currently have two branches, "main" and "develop." But I don't understand why when I modify the supabase/config.toml file locally, it is modified in develop.
Enable Google OAuth for local development
[auth.external.google]
enabled = true
Use env vars to avoid drift between branches
client_id = "env(SUPABASE_AUTH_EXTERNAL_GOOGLE_CLIENT_ID)"
As I understand it, this file is only for local development.

0 Replies