Skip to content

Instantly share code, notes, and snippets.

@poteto
Last active August 29, 2015 14:26
Show Gist options
  • Save poteto/061f1543f823bea41c5f to your computer and use it in GitHub Desktop.
Save poteto/061f1543f823bea41c5f to your computer and use it in GitHub Desktop.
module.exports = function(environment) {
var ENV = {
metricsAdapters: [
{ name: 'GoogleAnalytics', config: { id: 'UA-XXXX-Y' } },
{ name: 'Mixpanel', config: { token: 'xxx' } }
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment