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

Commit

Permalink
Merge 37a8328 into 2baca93
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy McKay committed Dec 1, 2014
2 parents 2baca93 + 37a8328 commit e6634cf
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 e6634cf

Please sign in to comment.