Skip to content
This repository was archived by the owner on Jan 25, 2018. It is now read-only.

Commit 81cd0b7

Browse files
author
Andy McKay
committed
add in oauth_keys to dev (bug 858813)
1 parent db7a302 commit 81cd0b7

File tree

1 file changed

+1
-1
lines changed
  • solitude/settings/sites/dev

1 file changed

+1
-1
lines changed

solitude/settings/sites/dev/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
AES_KEYS = private.AES_KEYS
4343

4444
CLEANSED_SETTINGS_ACCESS = True
45-
CLIENT_JWT_KEYS = private.CLIENT_JWT_KEYS
45+
CLIENT_OAUTH_KEYS = private.CLIENT_OAUTH_KEYS
4646

4747
PAYPAL_PROXY = private.PAYPAL_PROXY
4848
PAYPAL_URL_WHITELIST = ('https://marketplace-dev.allizom.org',)

0 commit comments

Comments
 (0)