mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-23 13:24:06 +00:00
factory again
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
|
||||
* MIT Licensed.
|
||||
*/
|
||||
const configFactory = require("./default.js");
|
||||
|
||||
const config = configFacory({
|
||||
const config = require("./default.js").configFactory({
|
||||
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.10.1"]
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user