no guest account for grist
This commit is contained in:
parent
84d63a83a5
commit
ce44ffd261
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue