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

Commit

Permalink
start with a default oauth key (bug 1106198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy McKay committed Dec 1, 2014
1 parent 45391a1 commit 37a8328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkt/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1106,8 +1106,8 @@ def JINJA_CONFIG():
SOLITUDE_HOSTS = (os.environ.get('SOLITUDE_URL', 'http://localhost:2602'),)

# The oAuth key and secret that solitude needs.
SOLITUDE_KEY = ''
SOLITUDE_SECRET = ''
SOLITUDE_KEY = 'marketplace'
SOLITUDE_SECRET = 'please change this'

# The timeout we'll give solitude.
SOLITUDE_TIMEOUT = 10
Expand Down

0 comments on commit 37a8328

Please sign in to comment.