rust-teos/teos/src/conf_template.toml
Sergi Delgado Segura c4b5fd1eb1
Changes the onion hidden service port to match the clearnet API port
Turns out both the clearnet API and the Tor hidden service can be run on the same
port.
2022-11-12 11:52:27 -03:00

33 lines
No EOL
570 B
TOML

# API
api_bind = "127.0.0.1"
api_port = 9814
tor_control_port = 9051
onion_hidden_service_port = 9814
tor_support = false
# RPC
rpc_bind = "127.0.0.1"
rpc_port = 8814
# bitcoind
btc_network = "mainnet"
btc_rpc_user = "CSW"
btc_rpc_password = "NotSatoshi"
btc_rpc_connect = "localhost"
btc_rpc_port = 8332
# Flags
debug = false
deps_debug = false
overwrite_key = false
# General
subscription_slots = 10000
subscription_duration = 4320
expiry_delta = 6
min_to_self_delay = 20
polling_delta = 60
# Internal API
internal_api_bind = "127.0.0.1"
internal_api_port = 50051