mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-23 02:53:32 +00:00
9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
# Libre Bazaar Coordinator Mainnet
|
|
upstream mainnet_bazaar {
|
|
server localhost:107;
|
|
}
|
|
|
|
# Libre Bazaar Coordinator Testnet
|
|
upstream testnet_bazaar {
|
|
server localhost:1007;
|
|
} |