mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Add configurable variables
This commit is contained in:
parent
d98a3e43bf
commit
193415ac1d
@ -6,6 +6,12 @@ export default defineConfig({
|
|||||||
require("./cypress/plugins/index.ts").default(on, config);
|
require("./cypress/plugins/index.ts").default(on, config);
|
||||||
return config;
|
return config;
|
||||||
},
|
},
|
||||||
baseUrl: "http://localhost:3000",
|
baseUrl: "http://127.0.0.1:3000",
|
||||||
|
},
|
||||||
|
env: {
|
||||||
|
SYNAPSE_IP_ADDRESS: "172.18.0.5",
|
||||||
|
SYNAPSE_PORT: "8008",
|
||||||
|
DEX_IP_ADDRESS: "172.18.0.4",
|
||||||
|
DEX_PORT: "5556",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user