true
This commit is contained in:
parent
a5bce06b9d
commit
ea1bf3b0e3
|
@ -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