diff --git a/tests/configs/default.js b/tests/configs/default.js index fe066d19..1b7068ad 100644 --- a/tests/configs/default.js +++ b/tests/configs/default.js @@ -1,3 +1,8 @@ +/* Magic Mirror Test default config for modules + * + * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com + * MIT Licensed. + */ let config = { port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], @@ -16,6 +21,7 @@ let config = { modules: [] }; +/*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") { module.exports = config; }