mirror of
https://github.com/Retropex/mempool.git
synced 2025-05-12 18:20:41 +02:00
Merge pull request #5803 from mempool/mononaut/change-staging-proxy
change staging proxy from fmt to va1
This commit is contained in:
commit
5a96ccab63
@ -3,10 +3,10 @@ const fs = require('fs');
|
|||||||
let PROXY_CONFIG = require('./proxy.conf');
|
let PROXY_CONFIG = require('./proxy.conf');
|
||||||
|
|
||||||
PROXY_CONFIG.forEach(entry => {
|
PROXY_CONFIG.forEach(entry => {
|
||||||
const hostname = process.env.CYPRESS_REROUTE_TESTNET === 'true' ? 'mempool-staging.fra.mempool.space' : 'node201.fmt.mempool.space';
|
const hostname = process.env.CYPRESS_REROUTE_TESTNET === 'true' ? 'mempool-staging.fra.mempool.space' : 'node201.va1.mempool.space';
|
||||||
console.log(`e2e tests running against ${hostname}`);
|
console.log(`e2e tests running against ${hostname}`);
|
||||||
entry.target = entry.target.replace("mempool.space", hostname);
|
entry.target = entry.target.replace("mempool.space", hostname);
|
||||||
entry.target = entry.target.replace("liquid.network", "liquid-staging.fmt.mempool.space");
|
entry.target = entry.target.replace("liquid.network", "liquid-staging.va1.mempool.space");
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = PROXY_CONFIG;
|
module.exports = PROXY_CONFIG;
|
||||||
|
Loading…
Reference in New Issue
Block a user