robosats/nodeapp/coordinators/moon/upstreams.conf

9 lines
177 B
Plaintext
Raw Normal View History

# Over the Moon Coordinator Mainnet
upstream mainnet_moon {
server localhost:106;
}
# Over the Moon Coordinator Testnet
upstream testnet_moon {
server localhost:1006;
}