Skip to content

Instantly share code, notes, and snippets.

@spencercarli
Created March 9, 2016 01:33
Show Gist options
  • Select an option

  • Save spencercarli/e22d920904f309abaaa7 to your computer and use it in GitHub Desktop.

Select an option

Save spencercarli/e22d920904f309abaaa7 to your computer and use it in GitHub Desktop.
Setting up the Meteor Server - settings.json
/* MeteorApp/settings.json */
{
"google": {
"clientId": "YOUR_APP_CLIENT_ID",
"secret": "YOUR_APP_SECRET"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment