aboutsummaryrefslogtreecommitdiffstats
path: root/.env.sample
diff options
context:
space:
mode:
authorTeddy Wing2015-06-07 19:39:11 -0400
committerTeddy Wing2015-06-07 19:39:11 -0400
commit0cdb41e2d91adbd0b35003887f1e3a03b2b2b395 (patch)
treedd9718a48b4468210ea36916692b4d1faf6ce3b9 /.env.sample
parentf61bdaf1f62d6fd73ceaddd7c96beb41b2869552 (diff)
downloadNew-House-on-the-Block-0cdb41e2d91adbd0b35003887f1e3a03b2b2b395.tar.bz2
.env.sample: Update with new seller Coinbase API keys
Need a second set of API keys for another user on Coinbase (the seller in the transaction). It's a hack, okay, no OAuth here. Using these we can send Bitcoins from the seller to the buyer as a proof of concept for ownership transferral of the house.
Diffstat (limited to '.env.sample')
-rw-r--r--.env.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.sample b/.env.sample
index 7e82474..e59d9c5 100644
--- a/.env.sample
+++ b/.env.sample
@@ -1,2 +1,5 @@
export COINBASE_KEY=''
export COINBASE_SECRET=''
+
+export SELLER_COINBASE_KEY=''
+export SELLER_COINBASE_SECRET=''