mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-15 02:10:45 +00:00
12 lines
287 B
Django/Jinja
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 }}
|