Created
October 24, 2016 17:33
-
-
Save bdunnette/4cad060b0b650ed863ea6389b615331b to your computer and use it in GitHub Desktop.
Update Google OAuth credentials in Meteor/Mongo
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
db.meteor_accounts_loginServiceConfiguration.update({"service":"google"},{$set:{"clientId":"your-client-id","secret":"your-secret"}}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment