diff --git a/example.env b/example.env index 1a837b473c..96bcc22a9f 100644 --- a/example.env +++ b/example.env @@ -51,8 +51,8 @@ GOTRUE_EXTERNAL_EMAIL_ENABLED="true" GOTRUE_EXTERNAL_PHONE_ENABLED="true" GOTRUE_EXTERNAL_IOS_BUNDLE_ID="com.supabase.auth" -# Whitelist redirect to URLs here -GOTRUE_URI_ALLOW_LIST=["http://localhost:3000"] +# Whitelist redirect to URLs here, a comma separated list of URIs (e.g. "https://foo.example.com,https://*.foo.example.com,https://bar.example.com") +GOTRUE_URI_ALLOW_LIST="http://localhost:3000" # Apple OAuth config GOTRUE_EXTERNAL_APPLE_ENABLED="false"