mirror of
https://github.com/mempool/mempool.git
synced 2025-09-26 18:16:43 +02:00
Add new proxy config for staging
This commit is contained in:
11
frontend/proxy.conf.staging.js
Normal file
11
frontend/proxy.conf.staging.js
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
const fs = require('fs');
|
||||||
|
|
||||||
|
let PROXY_CONFIG = require('./proxy.conf');
|
||||||
|
|
||||||
|
PROXY_CONFIG.forEach(entry => {
|
||||||
|
entry.target = entry.target.replace("mempool.space", "mempool.ninja");
|
||||||
|
entry.target = entry.target.replace("liquid.network", "liquid.place");
|
||||||
|
entry.target = entry.target.replace("bisq.markets", "bisq.ninja");
|
||||||
|
});
|
||||||
|
|
||||||
|
module.exports = PROXY_CONFIG;
|
Reference in New Issue
Block a user