grr
This commit is contained in:
parent
304261865e
commit
790d083bb2
|
@ -32,10 +32,10 @@ with lib;
|
||||||
GRIST_OIDC_IDP_CLIENT_SECRET = "V70dywtpkRSvk0RbK6KFxcOxATP0URHhn36tztYDZipz9Y8v6GBFwj4JmxcSvR3H";
|
GRIST_OIDC_IDP_CLIENT_SECRET = "V70dywtpkRSvk0RbK6KFxcOxATP0URHhn36tztYDZipz9Y8v6GBFwj4JmxcSvR3H";
|
||||||
# The URL to redirect to with the OIDC provider to log out.
|
# The URL to redirect to with the OIDC provider to log out.
|
||||||
# Some OIDC providers will automatically configure this.
|
# Some OIDC providers will automatically configure this.
|
||||||
GRIST_OIDC_IDP_END_SESSION_ENDPOINT = "https://${auth_dn}/logout";
|
# GRIST_OIDC_IDP_END_SESSION_ENDPOINT = "https://${auth_dn}/logout";
|
||||||
# Allow self-signed certificates so this example behaves correctly.
|
# Allow self-signed certificates so this example behaves correctly.
|
||||||
# REMOVE THIS IF HOSTING ON THE INTERNET.
|
# REMOVE THIS IF HOSTING ON THE INTERNET.
|
||||||
NODE_TLS_REJECT_UNAUTHORIZED = "0";
|
# NODE_TLS_REJECT_UNAUTHORIZED = "0";
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue