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

Commit

Permalink
[*] Enable settings for setwithme.ep.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Serge Travin committed Jul 31, 2011
1 parent 73795f7 commit 0deac3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setwithme/settings.py
Expand Up @@ -184,16 +184,16 @@
SESSION_SAVE_EVERY_REQUEST = True

# setwith.me
FACEBOOK_APP_ID = '154919794582072'
FACEBOOK_SECRET_KEY = '2f8f1719fa39fc05be74a33e28474091'
#FACEBOOK_APP_ID = '154919794582072'
#FACEBOOK_SECRET_KEY = '2f8f1719fa39fc05be74a33e28474091'

# setwithme.loc:8000
#FACEBOOK_APP_ID = '129235007167183'
#FACEBOOK_SECRET_KEY = '1f56b1a80e1d1dfb2d82c5953cf52043'

# setwithme.ep.io
#FACEBOOK_APP_ID = '259283820765276'
#FACEBOOK_SECRET_KEY = '4920c31ec084157c03a22f2089812039'
FACEBOOK_APP_ID = '259283820765276'
FACEBOOK_SECRET_KEY = '4920c31ec084157c03a22f2089812039'

AUTHENTICATION_BACKENDS = (
'django.contrib.auth.backends.ModelBackend',
Expand Down

0 comments on commit 0deac3f

Please sign in to comment.