fix variable problems (#3304)

related to #3302

- fix MM_PORT variable not used in electron
- fix to allow full path for MM_CONFIG_FILE variable
This commit is contained in:
Karsten Hassel
2023-12-28 21:58:31 +01:00
committed by GitHub
parent aad3eefc62
commit a927eb20d9
3 changed files with 4 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ _This release is scheduled to be released on 2024-01-01._
- Fix style issues after prettier update
- Fix calendar test (#3291) by moving "Exdate check" from e2e to electron to run on a Thursday
- Fix calendar config params `fetchInterval` and `excludedEvents` were never used from single calendar config (#3297)
- Fix MM_PORT variable not used in electron and allow full path for MM_CONFIG_FILE variable (#3302)
## [2.25.0] - 2023-10-01