Default must be set for running manage.py during docker build.
This commit is contained in:
parent
b3bf381186
commit
860d8ed5b2
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ ACCOUNT_USERNAME_REQUIRED = False
|
||||||
# OAuth2 configuration
|
# OAuth2 configuration
|
||||||
OAUTH2_PROVIDER = {
|
OAUTH2_PROVIDER = {
|
||||||
"OIDC_ENABLED": True,
|
"OIDC_ENABLED": True,
|
||||||
"OIDC_RSA_PRIVATE_KEY": env.str("OIDC_RSA_PRIVATE_KEY_1"),
|
"OIDC_RSA_PRIVATE_KEY": env.str("OIDC_RSA_PRIVATE_KEY_1", default=""),
|
||||||
"SCOPES": {
|
"SCOPES": {
|
||||||
"openid": "OpenID Connect scope",
|
"openid": "OpenID Connect scope",
|
||||||
"profile": "Profile Information",
|
"profile": "Profile Information",
|
||||||
|
|
Loading…
Add table
Reference in a new issue