Skip to content

Instantly share code, notes, and snippets.

@michaltakac
Last active October 13, 2015 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaltakac/6f4ccf4890a0d8b43e12 to your computer and use it in GitHub Desktop.
Save michaltakac/6f4ccf4890a0d8b43e12 to your computer and use it in GitHub Desktop.
Meteor + Braintree demo settings
{
"public" : {
"env": "Sandbox",
"BT_MERCHANT_ID": "xxxxxxxxxxxxxxxx",
"BT_PUBLIC_KEY": "xxxxxxxxxxxxxxxx"
},
"private": {
"BT_PRIVATE_KEY": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment