mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
# Experimental Coordinator Mainnet
|
|
upstream mainnet_exp {
|
|
server localhost:101;
|
|
}
|
|
|
|
# Experimental Coordinator Testnet
|
|
upstream testnet_exp {
|
|
server localhost:1001;
|
|
} |