robosats/nodeapp/coordinators/moon/upstreams.conf
KoalaSat b0e3991e68
Add over the moon coordinator (#1591)
* Add over the moon coordinator

* Add Over the Moon to self-hosted backend

* Add over the moon avatar

---------

Co-authored-by: Reckless_Satoshi <reckless.satoshi@protonmail.com>
2024-11-02 20:01:23 +00:00

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;
}