Allow external HTTP requests to BTCPay

This commit is contained in:
2022-05-24 15:04:43 +02:00
parent 92d1bcd8c7
commit 6104a66275
4 changed files with 14 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
network=<%= @bitcoin_network %>
port=<%= @btcpay_port %>
bind=127.0.0.1
bind=0.0.0.0
chains=btc
postgres=User ID=<%= @postgres_user %>;Password=<%= @postgres_password %>;Host=<%= @postgres_host %>;Port=<%= @postgres_port %>;Database=<%= @postgres_database %>;
debuglog=<%= @btcpay_log_path %>