Skip to content

Instantly share code, notes, and snippets.

@rafops
Created August 31, 2012 10:52
Show Gist options
  • Save rafops/3551412 to your computer and use it in GitHub Desktop.
Save rafops/3551412 to your computer and use it in GitHub Desktop.
Example of Zend ini for Google OAuth2
[production]
oauth2_url = "https://accounts.google.com/o/oauth2"
api_url = "https://www.googleapis.com/oauth2/v1"
scope = "https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email"
[staging : production]
[testing : production]
[development: production]
client_id = "1004453335708.apps.googleusercontent.com"
client_secret = "qs5dd1aksGdRfjgYR7FmVDyi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment