grrrrrrrrr
This commit is contained in:
parent
46e85bf8a6
commit
73086f9798
|
@ -25,6 +25,7 @@ with lib;
|
||||||
image = "docker.io/gristlabs/grist:latest";
|
image = "docker.io/gristlabs/grist:latest";
|
||||||
environment = {
|
environment = {
|
||||||
# The URL of given OIDC provider. Used for redirects, among other things.
|
# The URL of given OIDC provider. Used for redirects, among other things.
|
||||||
|
DEBUG = "1";
|
||||||
GRIST_OIDC_IDP_ISSUER = "https://${auth_dn}/";
|
GRIST_OIDC_IDP_ISSUER = "https://${auth_dn}/";
|
||||||
GRIST_OIDC_IDP_SCOPES = "openid profile email";
|
GRIST_OIDC_IDP_SCOPES = "openid profile email";
|
||||||
# Client ID, as configured with the OIDC provider.
|
# Client ID, as configured with the OIDC provider.
|
||||||
|
|
Loading…
Reference in a new issue