Skip to content

Commit

Permalink
Cleanup local_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
szechyjs committed Aug 22, 2014
1 parent 41e3051 commit b75fdf9
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,28 +63,4 @@
from pykeg.settings import LOGGING
LOGGING['handlers']['redis']['url'] = os.environ['REDISTOGO_URL']

### Facebook

# Want to use Facebook Connect for registration/login? You will need to set
# these values up to the correct strings.
FACEBOOK_API_KEY = None
FACEBOOK_SECRET_KEY = None

### Twitter

TWITTER_CONSUMER_KEY = ''
TWITTER_CONSUMER_SECRET_KEY =''

### Foursquare

FOURSQUARE_CLIENT_ID = ''
FOURSQUARE_CLIENT_SECRET = ''
FOURSQUARE_REQUEST_PERMISSIONS = ''

### Untappd

# You'll need an API key from Untappd to enable Untappd features.
UNTAPPD_API_KEY = ''
GMT_OFFSET = '-5'

SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')

0 comments on commit b75fdf9

Please sign in to comment.