MagicMirror/tests/configs/without_modules.js

10 lines
183 B
JavaScript
Raw Normal View History

let config = {
address: "0.0.0.0",
ipWhitelist: []
};
2017-02-10 02:19:38 -03:00
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {
module.exports = config;
}