Skip to content

Electron-Client

The packaged Electron-Client contains the mobile interface of Insight.

Change cache directory

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 .... /Roaming/insight-electron
  • insight-electron-test .... /Roaming/insight-electron-test
  • insight-electron-prod .... /Roaming/insight-electron-prod

Preconfiguration:

By creating a "config.json" file besides the insight-electron binary you can preconfigure the client.

Example:

    {
        "server": "https://server.host.tld"
    }