chef/site-cookbooks/kosmos-bitcoin/templates/btcpay-settings.config.erb

11 lines
488 B
Plaintext

network=<%= @bitcoin_network %>
port=<%= @btcpay_port %>
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 %>
BTC.explorer.url=<%= @nbxplorer_url %>
<% if @lnd_admin_macaroon_path %>
BTC.lightning=type=lnd-rest;server=https://127.0.0.1:8080/;macaroonfilepath=<%= @lnd_admin_macaroon_path %>;allowinsecure=true
<% end %>