Merge pull request #781 from roramirez/test-ipWhitelist-none

Add test  ipWhistelist = []
This commit is contained in:
Michael Teeuw
2017-03-18 11:41:31 +01:00
committed by GitHub
2 changed files with 51 additions and 10 deletions

View File

@@ -0,0 +1,25 @@
/* Magic Mirror Test config sample ipWhitelist
*
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed.
*/
var config = {
port: 8080,
ipWhitelist: [],
language: "en",
timeFormat: 24,
units: "metric",
electronOptions: {
webPreferences: {
nodeIntegration: true,
},
},
modules: [
]
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}