From a06429e3300846e9307e23ba692f459dbd480bd8 Mon Sep 17 00:00:00 2001 From: Nicholas Moschopoulos Date: Mon, 15 Jan 2024 20:37:25 -0500 Subject: [PATCH] Update start.go --- internal/start/start.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/start/start.go b/internal/start/start.go index 98c958cab..38e000089 100644 --- a/internal/start/start.go +++ b/internal/start/start.go @@ -380,6 +380,7 @@ EOF "GOTRUE_SITE_URL=" + utils.Config.Auth.SiteUrl, "GOTRUE_URI_ALLOW_LIST=" + strings.Join(utils.Config.Auth.AdditionalRedirectUrls, ","), fmt.Sprintf("GOTRUE_DISABLE_SIGNUP=%v", !utils.Config.Auth.EnableSignup), + fmt.Sprintf("GOTRUE_SECURITY_MANUAL_LINKING_ENABLED=%v", utils.Config.Auth.EnableManualLinking) "GOTRUE_JWT_ADMIN_ROLES=service_role", "GOTRUE_JWT_AUD=authenticated",