oops, should not have my real google key in here

pull/1/head
Ed Summers 2011-09-07 05:33:05 -04:00
parent 4e3ae05990
commit ded6c1719f
1 changed files with 5 additions and 2 deletions

View File

@ -50,7 +50,10 @@ FACEBOOK_API_SECRET = ''
# google auth # google auth
# you'll need to create a new Google application to fill in these blanks # you'll need to create a new Google application to fill in these blanks
# https://code.google.com/apis/console/ # https://code.google.com/apis/console/
GOOGLE_OAUTH2_CLIENT_ID = '989608723367.apps.googleusercontent.com' GOOGLE_OAUTH2_CLIENT_ID = ''
GOOGLE_OAUTH2_CLIENT_SECRET = '3UqalKyNynnaaarumUIWh8vS' GOOGLE_OAUTH2_CLIENT_SECRET = ''
GOOGLE_DISPLAY_NAME = 'unglue it!' GOOGLE_DISPLAY_NAME = 'unglue it!'
# you'll need to register a GoogleBooks API key
# https://code.google.com/apis/console
GOOGLE_BOOKS_API_KEY = ''