Files
MagicMirror/tests/configs/without_modules.js
T

10 lines
183 B
JavaScript
Raw Normal View History

2021-09-25 22:12:53 +02:00
let config = {
address: "0.0.0.0",
ipWhitelist: []
2021-09-25 22:12:53 +02:00
};
2017-02-10 02:19:38 -03:00
/*************** DO NOT EDIT THE LINE BELOW ***************/
2020-05-11 22:22:32 +02:00
if (typeof module !== "undefined") {
module.exports = config;
}