no guest account for grist

This commit is contained in:
Chris Cochrun 2025-05-19 10:02:18 -05:00
parent 84d63a83a5
commit ce44ffd261

View file

@ -42,7 +42,7 @@ with lib;
# 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
# 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.
GRIST_OIDC_SP_HOST = "https://${dn}";
APP_HOME_URL = "https://${dn}";