robosats/nodeapp/coordinators/veneto/upstreams.conf

9 lines
181 B
Plaintext
Raw Normal View History

2024-03-02 09:38:04 +00:00
# BitcoinVeneto Coordinator Mainnet
upstream mainnet_veneto {
server localhost:105;
}
# BitcoinVeneto Coordinator Testnet
upstream testnet_veneto {
server localhost:1005;
}