Skip to content

Instantly share code, notes, and snippets.

@iamparthaonline
Created September 12, 2022 14:21
Show Gist options
  • Select an option

  • Save iamparthaonline/851afaaa48f34ad584446cca2ef86b52 to your computer and use it in GitHub Desktop.

Select an option

Save iamparthaonline/851afaaa48f34ad584446cca2ef86b52 to your computer and use it in GitHub Desktop.
// server/main.js
Meteor.startup(() => {
ServiceConfiguration.configurations.upsert(
{service: 'google'},
{
$set: {
...Meteor.settings.serviceConfigurations.google,
},
},
);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment