Files

10 lines
243 B
JavaScript
Raw Permalink Normal View History

2023-04-04 20:44:32 +02:00
let config = require(`${process.cwd()}/tests/configs/default.js`).configFactory({
2023-10-01 20:13:41 +02:00
ipWhitelist: [],
port: 8282
2021-07-05 19:57:04 +02:00
});
2017-03-07 21:22:27 -03:00
/*************** DO NOT EDIT THE LINE BELOW ***************/
2020-05-11 22:22:32 +02:00
if (typeof module !== "undefined") {
module.exports = config;
}