Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #21 from DrRataplan/master
Browse files Browse the repository at this point in the history
Issue #20: Fixed typo in config.py: appsot -> appspot.
  • Loading branch information
pfrisella committed Dec 3, 2013
2 parents 929937a + 4019a12 commit f5bad82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.py
Expand Up @@ -37,9 +37,9 @@
'OAUTH_CLIENT_SECRET': 'REPLACE THIS WITH YOUR CLIENT SECRET',

# E.g. Local Dev Env on port 8080: http://localhost:8080
# E.g. Hosted on App Engine: https://your-application-id.appsot.com
# E.g. Hosted on App Engine: https://your-application-id.appspot.com
'OAUTH_REDIRECT_URI': '%s%s' % (
'https://REPLACE_THIS_WITH_YOUR_APPLICATION_NAME.appsot.com OR http://localhost:8080',
'https://REPLACE_THIS_WITH_YOUR_APPLICATION_NAME.appspot.com OR http://localhost:8080',
'/admin/auth')
}

Expand Down

0 comments on commit f5bad82

Please sign in to comment.