10 lines
183 B
JavaScript
10 lines
183 B
JavaScript
let config = {
|
|
address: "0.0.0.0",
|
|
ipWhitelist: []
|
|
};
|
|
|
|
/*************** DO NOT EDIT THE LINE BELOW ***************/
|
|
if (typeof module !== "undefined") {
|
|
module.exports = config;
|
|
}
|