Set up nginx proxy for akkounts/kredits API #412

Merged
greg merged 3 commits from feature/kredits_api into master 2022-05-27 13:30:40 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a93c5e5af6 - Show all commits

View File

@ -1,5 +1,5 @@
node.default['akkounts']['repo'] = 'https://gitea.kosmos.org/kosmos/akkounts.git'
node.default['akkounts']['revision'] = 'feature/community_funds_balance'
node.default['akkounts']['revision'] = 'master'
node.default['akkounts']['port'] = 3000
node.default['akkounts']['domain'] = 'accounts.kosmos.org'

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 %>