robosats/nodeapp/coordinators/temple/upstreams.conf

9 lines
183 B
Plaintext
Raw Normal View History

2023-10-27 12:01:13 +00:00
# Temple of Sats Coordinator Mainnet
upstream mainnet_temple {
server localhost:102;
}
# Temple of Sats Coordinator Testnet
upstream testnet_temple {
server localhost:1002;
}