parent
5b8dbfca74
commit
0cbc7e2ab6
@ -24,5 +24,6 @@
|
|||||||
"SSL_CERT_FILE_PATH": "/etc/letsencrypt/live/mysite/fullchain.pem",
|
"SSL_CERT_FILE_PATH": "/etc/letsencrypt/live/mysite/fullchain.pem",
|
||||||
"SSL_KEY_FILE_PATH": "/etc/letsencrypt/live/mysite/privkey.pem",
|
"SSL_KEY_FILE_PATH": "/etc/letsencrypt/live/mysite/privkey.pem",
|
||||||
"BTCPAY_URL": "",
|
"BTCPAY_URL": "",
|
||||||
|
"BTCPAY_WEBHOOK_URL": "",
|
||||||
"BTCPAY_AUTH": ""
|
"BTCPAY_AUTH": ""
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@ class Donations {
|
|||||||
'orderId': orderId,
|
'orderId': orderId,
|
||||||
'currency': 'BTC',
|
'currency': 'BTC',
|
||||||
'itemDesc': 'Sponsor mempool.space',
|
'itemDesc': 'Sponsor mempool.space',
|
||||||
'notificationUrl': 'https://mempool.space/api/v1/donations-webhook',
|
'notificationUrl': config.BTCPAY_WEBHOOK_URL,
|
||||||
'redirectURL': 'https://mempool.space/about'
|
'redirectURL': 'https://mempool.space/about'
|
||||||
};
|
};
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user