From 3324143336049f705fe67e1ed0c578f445cae565 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Mon, 1 Dec 2014 12:24:18 -0800 Subject: [PATCH] set up oauth by default (bug 1106198) --- webpay/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpay/settings/base.py b/webpay/settings/base.py index ec319ffa9..84e9b37f5 100644 --- a/webpay/settings/base.py +++ b/webpay/settings/base.py @@ -411,7 +411,7 @@ MARKETPLACE_URL = host # The OAuth config from the marketplace. -MARKETPLACE_OAUTH = {'key': '', 'secret': ''} +MARKETPLACE_OAUTH = {'key': 'webpay', 'secret': 'please change this'} # Configure our test runner for some nice test output. NOSE_PLUGINS = [