mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
|
# TheBigLake Coordinator Mainnet
|
||
|
upstream mainnet_lake {
|
||
|
server localhost:104;
|
||
|
}
|
||
|
|
||
|
# TheBigLake Coordinator Testnet
|
||
|
upstream testnet_lake {
|
||
|
server localhost:1004;
|
||
|
}
|