mirror of
https://github.com/mempool/mempool.git
synced 2026-08-16 13:00:49 +02:00
parent
5b8dbfca74
commit
0cbc7e2ab6
2 changed files with 2 additions and 1 deletions
|
|
@ -24,5 +24,6 @@
|
|||
"SSL_CERT_FILE_PATH": "/etc/letsencrypt/live/mysite/fullchain.pem",
|
||||
"SSL_KEY_FILE_PATH": "/etc/letsencrypt/live/mysite/privkey.pem",
|
||||
"BTCPAY_URL": "",
|
||||
"BTCPAY_WEBHOOK_URL": "",
|
||||
"BTCPAY_AUTH": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ class Donations {
|
|||
'orderId': orderId,
|
||||
'currency': 'BTC',
|
||||
'itemDesc': 'Sponsor mempool.space',
|
||||
'notificationUrl': 'https://mempool.space/api/v1/donations-webhook',
|
||||
'notificationUrl': config.BTCPAY_WEBHOOK_URL,
|
||||
'redirectURL': 'https://mempool.space/about'
|
||||
};
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue