Skip to content

Commit

Permalink
fix: error in sample config file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen committed Jan 12, 2024
1 parent f65995e commit 0b73b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LedenAdministratie/settings.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ OAUTH2_PROVIDER = {
'PKCE_REQUIRED': False,
'OIDC_ENABLED': True,
'OAUTH2_VALIDATOR_CLASS': 'LedenAdministratie.oidc.DJOOAuth2Validator',
'OIDC_RSA_PRIVATE_KEY': "-----BEGIN PRIVATE KEY-----...."
'OIDC_RSA_PRIVATE_KEY': "-----BEGIN PRIVATE KEY-----....",
'REFRESH_TOKEN_EXPIRE_SECONDS': 86400,
}

Expand Down

0 comments on commit 0b73b02

Please sign in to comment.