From 7fec378df213d1e47d173c20ba803fcac79516bb Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 27 May 2024 10:58:53 +0200 Subject: [PATCH] Revert "Use APP_HOME_INTERNAL_URL for features like copying documents" This reverts commit 309d97f9217712f52ea1d0c3fe04a6cc06a8e838. --- conf/default.env | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/default.env b/conf/default.env index a57a4a0..d87e16c 100644 --- a/conf/default.env +++ b/conf/default.env @@ -1,7 +1,6 @@ # This file is not meant to be edited. # Please place your environment variables in __DATA_DIR__/custom.env file APP_HOME_URL=https://__DOMAIN__ -APP_HOME_INTERNAL_URL=http://localhost:__PORT__ GRIST_ORG_IN_PATH=true GRIST_SANDBOX_FLAVOR=pyodide GRIST_HIDE_UI_ELEMENTS=billing,sendToDrive @@ -16,5 +15,5 @@ PORT=__PORT__ GRIST_FORWARD_AUTH_HEADER=Email GRIST_IGNORE_SESSION=0 # SSOWat Removes the authentication headers: https://github.com/YunoHost/SSOwat/blob/38a6f23f3805a098b4ab757ff002f3a5fb3c377a/helpers.lua#L422-L425 -# Widget iist + GRIST_WIDGET_LIST_URL=https://github.com/gristlabs/grist-widget/releases/download/latest/manifest.json