Created
September 1, 2015 09:37
-
-
Save arunoda/1fc0eab0673e87cdc330 to your computer and use it in GitHub Desktop.
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
ServiceConfiguration.configurations.remove({ | |
service: "meteor-developer" | |
}); | |
if(Meteor.settings.meteorDevelopers) { | |
var meteorDevelopersInfo = Meteor.settings.meteorDevelopers; | |
} else { | |
var meteorDevelopersInfo = { | |
clientId: "HcempmSyaawiyb4G4", | |
secret: "snC3snsmTebC8HHCwwhqhHaAzAFxtFsQRL" | |
}; | |
} | |
meteorDevelopersInfo = _.extend({ | |
service: "meteor-developer" | |
}, meteorDevelopersInfo); | |
ServiceConfiguration.configurations.insert(meteorDevelopersInfo); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment