This commit is contained in:
Chris Cochrun 2025-05-19 10:02:56 -05:00
parent ce44ffd261
commit a5bce06b9d

View file

@ -42,7 +42,7 @@ with lib;
# Forces Grist to only use a single team called 'Example' # Forces Grist to only use a single team called 'Example'
# GRIST_SINGLE_ORG: my-grist-team # alternatively, GRIST_ORG_IN_PATH: "true" for multi-team operation # GRIST_SINGLE_ORG: my-grist-team # alternatively, GRIST_ORG_IN_PATH: "true" for multi-team operation
# Force users to login (disable anonymous access) # Force users to login (disable anonymous access)
GRIST_FORCE_LOGIN: true GRIST_FORCE_LOGIN = true;
# Base URL Grist redirects to when navigating. Change this to your domain. # Base URL Grist redirects to when navigating. Change this to your domain.
GRIST_OIDC_SP_HOST = "https://${dn}"; GRIST_OIDC_SP_HOST = "https://${dn}";
APP_HOME_URL = "https://${dn}"; APP_HOME_URL = "https://${dn}";