Last active
October 13, 2015 10:13
-
-
Save michaltakac/6f4ccf4890a0d8b43e12 to your computer and use it in GitHub Desktop.
Meteor + Braintree demo settings
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
{ | |
"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