From 8b267c1e000ac5c2795a6682224064d0d319107f Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 20 Mar 2024 14:21:38 +0100 Subject: [PATCH] Remove unused var GRIST_HOME_INCLUDE_STATIC (#902) The README document referenced a `GRIST_HOME_INCLUDE_STATIC` env variable, which seem to be used nowhere. Also seem to be confusing with GRIST_SERVERS which can be set to `home,static`. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a49e0b30..04db086a 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,6 @@ GRIST_DOMAIN | in hosted Grist, Grist is served from subdomains of this d GRIST_EXPERIMENTAL_PLUGINS | enables experimental plugins GRIST_ENABLE_REQUEST_FUNCTION | enables the REQUEST function. This function performs HTTP requests in a similar way to `requests.request`. This function presents a significant security risk, since it can let users call internal endpoints when Grist is available publicly. This function can also cause performance issues. Unset by default. GRIST_HIDE_UI_ELEMENTS | comma-separated list of UI features to disable. Allowed names of parts: `helpCenter,billing,templates,createSite,multiSite,multiAccounts,sendToDrive,tutorials`. If a part also exists in GRIST_UI_FEATURES, it will still be disabled. -GRIST_HOME_INCLUDE_STATIC | if set, home server also serves static resources GRIST_HOST | hostname to use when listening on a port. GRIST_HTTPS_PROXY | if set, use this proxy for webhook payload delivery. GRIST_ID_PREFIX | for subdomains of form o-*, expect or produce o-${GRIST_ID_PREFIX}*.