From 7713d80fae8ac4a33c2cd8cb8b3e0b072fec05f4 Mon Sep 17 00:00:00 2001 From: nicolaus-hee <48563755+nicolaus-hee@users.noreply.github.com> Date: Wed, 1 Jan 2025 20:28:14 +0100 Subject: [PATCH] fix: added missing env parameter for ADMIN_FRONTEND_APPFLOWY_CLOUD_URL Adding ADMIN_FRONTEND_APPFLOWY_CLOUD_URL to `deploy.env` for convenience and consistency --- deploy.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.env b/deploy.env index fe466774..3a1f417e 100644 --- a/deploy.env +++ b/deploy.env @@ -35,6 +35,8 @@ APPFLOWY_REDIS_URI=redis://${REDIS_HOST}:${REDIS_PORT} ADMIN_FRONTEND_REDIS_URL=redis://${REDIS_HOST}:${REDIS_PORT} ## URL that connects to gotrue docker container ADMIN_FRONTEND_GOTRUE_URL=http://gotrue:9999 +## URL that connects to the cloud docker container +ADMIN_FRONTEND_APPFLOWY_CLOUD_URL=http://appflowy_cloud:8000 # authentication key, change this and keep the key safe and secret # self defined key, you can use any string