Electron-Client¶
The packaged Electron-Client contains the ui interface of Insight.
Handle multiple environments¶
Default Cache Directory: C:/Users/<username>/AppData/Roaming/insight-electron
The Electron clients stores all informationen (cache, downloads, server, cookies, ...) in its cache directory.
To able to use different server-endpoints (like test and prod environments) you have to duplicate the binary file, as the last part of the cache-directory corresponds to the name of the binary file.
Example:
- insight-electron.exe -> /Roaming/insight-electron
- insight-electron-test.exe -> /Roaming/insight-electron-test
- insight-electron-prod.exe -> /Roaming/insight-electron-prod