robosats/nodeapp/coordinators/lake/upstreams.conf

9 lines
171 B
Plaintext
Raw Normal View History

2023-12-30 11:18:09 +00:00
# TheBigLake Coordinator Mainnet
upstream mainnet_lake {
server localhost:104;
}
# TheBigLake Coordinator Testnet
upstream testnet_lake {
server localhost:1004;
}