mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
parent
5b8dbfca74
commit
0cbc7e2ab6
@ -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…
Reference in New Issue
Block a user