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

Commit

Permalink
set up oauth by default (bug 1106198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy McKay committed Dec 1, 2014
1 parent 19c3d13 commit 3324143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpay/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 3324143

Please sign in to comment.