StifleR Dashboard Configuration File

The StifleR Dashboard configuration file is used to configure how the Dashboard accesses the StifleR Server service. The config file (config.json) is located within the program files directory in which the StifleR Dashboard was installed.

For example, if the StifleR Dashboard was installed under C:\Program Files\2Pint Software

...then the configuration file would be located in this location: C:\Program Files\2Pint Software\StifleR Dashboards\Dashboard Files\assets\config

The most important settings in the config.json file are referenced in the "apiServers" section. The values for backendServerUrl and backendLocationServerUrl are set during the StifleR Dashboard Installation.

  "apiServers": {
    "backendServerUrl": "http://StifleRServer.domain.com:1414",
    "backendLocationServerUrl": "http://StifleRServer.domain.com:9000/api",
    "chainHomeSystemVersion": ""
  },

Note: If when the StifleR Dashboard was installed, you entered the above URLs as HTTP and later enabled HTTPS, then the above values should be modified to HTTPS.

You can check whether StifleR is configured to use HTTPS by checking the StifleR Server Configuration File and reviewing the ListenToUrl and LocationWSListenToUrl values.

Last updated