Skip to content

Commit b2847e2

Browse files
committed
Add RSA_PRIVATE_KEY to the list of settings that cannot be empt
1 parent f6a6c32 commit b2847e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oauth2_provider/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"OAUTH2_BACKEND_CLASS",
7777
"SCOPES",
7878
"ALLOWED_REDIRECT_URI_SCHEMES",
79+
"RSA_PRIVATE_KEY",
7980
)
8081

8182
# List of settings that may be in string import notation.

0 commit comments

Comments
 (0)