mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-01 19:11:35 +00:00
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
# Template Coordinator Mainnet
|
|
upstream mainnet_temp {
|
|
server localhost:100;
|
|
}
|
|
|
|
# Template Coordinator Testnet
|
|
upstream testnet_temp {
|
|
server localhost:1000;
|
|
} |