mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-23 05:20:03 +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:
@@ -5,6 +5,8 @@
|
||||
* MIT Licensed.
|
||||
*/
|
||||
let config = {
|
||||
address: "0.0.0.0",
|
||||
ipWhitelist: [],
|
||||
timeFormat: 12,
|
||||
|
||||
modules: [
|
||||
|
Reference in New Issue
Block a user