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