mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
# Temple of Sats Coordinator Mainnet
|
|
upstream mainnet_temple {
|
|
server localhost:102;
|
|
}
|
|
|
|
# Temple of Sats Coordinator Testnet
|
|
upstream testnet_temple {
|
|
server localhost:1002;
|
|
} |