From e6f9b0d402393fc646cbe2af811b1b4890aa65d7 Mon Sep 17 00:00:00 2001 From: Rob Colbert Date: Sun, 25 Aug 2019 16:57:53 +0000 Subject: [PATCH] Turned the BTCPay links into invalid links. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a56c7820..d4b24240 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ We have diverged from Mastodon in several ways in pursuit of our own goals. 1. Quote posting ## BTCPay -In order to make BTC flow work, 3 enviornment variables need to be set: +In order to make BTC flow work, 3 environment variables need to be set: -- `BTCPAY_LEGACY_TOKEN`: So called Legacy Tokens can be found in https://btcpay.xxx.com/stores/yyy/Tokens -- `BTCPAY_PUB_KEY`: Public key that is used when creating an access token or pairing https://btcpay.xxx.com/stores/yyy/Tokens/Create +- `BTCPAY_LEGACY_TOKEN`: So called Legacy Tokens can be found in https://btcpay.[yourdomain].com/stores/[yourstore]/Tokens +- `BTCPAY_PUB_KEY`: Public key that is used when creating an access token or pairing https://btcpay.[yourdomain].com/stores/[yourstore]/Tokens/Create - `BTCPAY_MERCHANT_TOKEN`: Token created for facade *merchant* ## Deployment