Make BTCPay webhook configurable.

refs #122
This commit is contained in:
softsimon
2020-10-08 00:15:26 +07:00
parent 5b8dbfca74
commit 0cbc7e2ab6
2 changed files with 2 additions and 1 deletions

View File

@@ -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": ""
}