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:
Karsten Hassel
2024-10-12 07:53:58 +02:00
committed by GitHub
parent 1b80e87563
commit 3d1e8ab849
68 changed files with 135 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ _This release is scheduled to be released on 2025-01-01._
- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity)
- [core] Update electron dependency to v32 (test electron rebuild)
- [tests] All test configs have been updated to allow full external access, allowing for easier debugging (especially when running as a container)
### Fixed