mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
All test configs have been updated to allow full external access, allowing for easier debugging (especially when running as a container)
10 lines
183 B
JavaScript
10 lines
183 B
JavaScript
let config = {
|
|
address: "0.0.0.0",
|
|
ipWhitelist: []
|
|
};
|
|
|
|
/*************** DO NOT EDIT THE LINE BELOW ***************/
|
|
if (typeof module !== "undefined") {
|
|
module.exports = config;
|
|
}
|