From 2daaf18b02c0f238bde5a5d64048457392a68eea Mon Sep 17 00:00:00 2001 From: ThanatosDi Date: Wed, 23 Oct 2024 17:13:12 +0800 Subject: [PATCH] revert: revert gotrue URI setting to origin --- deploy.env | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/deploy.env b/deploy.env index d4f8e911..e3f5156b 100644 --- a/deploy.env +++ b/deploy.env @@ -16,13 +16,9 @@ SUPABASE_PASSWORD=root REDIS_HOST=redis REDIS_PORT=6379 -# Gotrue Settings -GOTRUE_HOST=gotrue -GOTRUE_PORT=9999 - # AppFlowy Cloud ## URL that connects to the gotrue docker container -APPFLOWY_GOTRUE_BASE_URL=http://${GOTRUE_HOST}:${GOTRUE_PORT} +APPFLOWY_GOTRUE_BASE_URL=http://gotrue:9999 ## URL that connects to the postgres docker container APPFLOWY_DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} APPFLOWY_ACCESS_CONTROL=true @@ -33,7 +29,7 @@ APPFLOWY_DATABASE_MAX_CONNECTIONS=40 ## URL that connects to redis docker container ADMIN_FRONTEND_REDIS_URL=redis://${REDIS_HOST}:${REDIS_PORT} ## URL that connects to gotrue docker container -ADMIN_FRONTEND_GOTRUE_URL=http://${GOTRUE_HOST}:${GOTRUE_PORT} +ADMIN_FRONTEND_GOTRUE_URL=http://gotrue:9999 # authentication key, change this and keep the key safe and secret # self defined key, you can use any string