Skip to content

Instantly share code, notes, and snippets.

@bdunnette
Created October 24, 2016 17:33
Show Gist options
  • Save bdunnette/4cad060b0b650ed863ea6389b615331b to your computer and use it in GitHub Desktop.
Save bdunnette/4cad060b0b650ed863ea6389b615331b to your computer and use it in GitHub Desktop.
Update Google OAuth credentials in Meteor/Mongo
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