diff options
author | elijah <elijah@riseup.net> | 2013-12-20 11:19:40 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-12-20 11:19:40 -0800 |
commit | 789157b3c641d205c68fcac33eac0d08791f022a (patch) | |
tree | 81bfbe9c6f6a881fbb7d4632e267050ca009e770 | |
parent | d5c4c0dfd83db79706dd1c448c4659f315b6a5a6 (diff) |
added braintree sandbox config to development webapp
-rw-r--r-- | nodes/elephant.json | 2 | ||||
-rw-r--r-- | tags/sandbox-braintree.json | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/nodes/elephant.json b/nodes/elephant.json index d9626e2..e1d3f1c 100644 --- a/nodes/elephant.json +++ b/nodes/elephant.json @@ -1,6 +1,6 @@ { "services": ["webapp", "monitor"], - "tags": ["development", "istanbul"], + "tags": ["development", "istanbul", "sandbox-braintree"], "ip_address": "176.53.69.13", "ssh": { "port": 4422 diff --git a/tags/sandbox-braintree.json b/tags/sandbox-braintree.json new file mode 100644 index 0000000..5be49b6 --- /dev/null +++ b/tags/sandbox-braintree.json @@ -0,0 +1,12 @@ +{ + "webapp": { + "billing": { + "braintree": { + "environment": "sandbox", + "merchant_id": "fz9c6q2zcw9rr676", + "public_key": "f5qsrcsspy7byds8", + "private_key": "c834e558fca1c126d016afb2f7ad6d3b" + } + } + } +} |