mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 13:09:26 +00:00
add address and ipWhitelist to all test configs (#3585)
All test configs have been updated to allow full external access, allowing for easier debugging (especially when running as a container)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
let config = {
|
||||
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.10.1"]
|
||||
address: "0.0.0.0",
|
||||
ipWhitelist: []
|
||||
};
|
||||
|
||||
/*************** DO NOT EDIT THE LINE BELOW ***************/
|
||||
|
Reference in New Issue
Block a user