mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-13 00:56:22 +00:00
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
# Over the Moon Coordinator Mainnet
|
|
upstream mainnet_moon {
|
|
server localhost:106;
|
|
}
|
|
|
|
# Over the Moon Coordinator Testnet
|
|
upstream testnet_moon {
|
|
server localhost:1006;
|
|
} |