mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
add missing comments
This commit is contained in:
parent
2881d19d43
commit
179989aa42
@ -1,3 +1,8 @@
|
|||||||
|
/* Magic Mirror Test default config for modules
|
||||||
|
*
|
||||||
|
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
|
||||||
|
* MIT Licensed.
|
||||||
|
*/
|
||||||
let config = {
|
let config = {
|
||||||
port: 8080,
|
port: 8080,
|
||||||
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
|
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
|
||||||
@ -16,6 +21,7 @@ let config = {
|
|||||||
modules: []
|
modules: []
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*************** DO NOT EDIT THE LINE BELOW ***************/
|
||||||
if (typeof module !== "undefined") {
|
if (typeof module !== "undefined") {
|
||||||
module.exports = config;
|
module.exports = config;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user