Last active
December 11, 2015 23:18
-
-
Save frnsys/4675748 to your computer and use it in GitHub Desktop.
auth config for omniauth w/ google reader api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
development: | |
client_id: [your client id] | |
client_secret: [your client secret] | |
test: | |
client_id: [your client id] | |
client_secret: [your client secret] | |
production: | |
client_id: [your client id] | |
client_secret: [your client secret] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment