add missing comments

This commit is contained in:
Karsten Hassel 2021-07-05 19:21:39 +02:00
parent 2881d19d43
commit 179989aa42

View File

@ -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;
}