From d4603a8ae6987fdd02a447c6e41bcc191b531086 Mon Sep 17 00:00:00 2001 From: khorshuheng Date: Fri, 3 Jan 2025 14:47:32 +0800 Subject: [PATCH] fix: typo in gotrue database url deploy.env --- deploy.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.env b/deploy.env index af3b7877..210121aa 100644 --- a/deploy.env +++ b/deploy.env @@ -80,7 +80,7 @@ API_EXTERNAL_URL=http://your-host # In docker environment, `postgres` is the hostname of the postgres service # GoTrue connect to postgres using this url -GOTRUE_DATABASE_URL=postgres://supabase_auth_admin:${SUPABASE_PASSWORD}@{POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} +GOTRUE_DATABASE_URL=postgres://supabase_auth_admin:${SUPABASE_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} # Refer to this for details: https://github.com/AppFlowy-IO/AppFlowy-Cloud/blob/main/doc/AUTHENTICATION.md # Google OAuth2