StifleR Dashboard configuration file
The StifleR Dashboard configuration file is used to configure how the Dashboard accesses the StifleR Server service. The config file (server.json) is located within the program files directory where the StifleR Dashboard was installed.
For example, if the StifleR Dashboard was installed under C:\Program Files\2Pint Software\StifleR Dashboards, then the configuration file would be located here: C:\Program Files\2Pint Software\StifleR Dashboards\Dashboard Files\assets\config
The most important settings in the server.json file are referenced in the "apiServers" section. The values for controller and hub are set during the StifleR Dashboard Installation.
{
"server": {
"controller": "http://StifleRServer.domain.com:9000",
"hub": "http://StifleRServer.domain.com:1414"
}
}Last updated

