citadel-apps/apps/fulcrum/fulcrum.conf.jinja
2022-10-01 16:21:05 +02:00

12 lines
287 B
Django/Jinja

datadir = /data
bitcoind = {{ BITCOIN_IP }}:{{ BITCOIN_RPC_PORT }}
rpcuser = {{ BITCOIN_RPC_USER }}
rpcpassword = {{ BITCOIN_RPC_PASS }}
tcp = 0.0.0.0:50001
ws = 0.0.0.0:50003
peering = false
announce = false
admin = 8000
stats = 8080
tor_proxy = {{ TOR_PROXY_IP }}:{{ TOR_PROXY_PORT }}