Directories
These directory settings must be configured before starting the Intelligence Hub and cannot be modified through the Configuration UI. To change these settings, you must edit the configuration file directly while the hub is stopped.
The Directories settings control where the Intelligence Hub stores various types of data.
| Setting | JSON Property | Description |
|---|---|---|
| App Data | settings.directories.appData |
Specifies the directory where application data is stored. When not specified (null), the hub uses the default application data directory. |
| Store Forward Data | settings.directories.storeForwardData |
Specifies the directory where store-and-forward data is cached. When not specified (null), the hub uses the default store-and-forward directory. |
| Config Data | settings.directories.configData |
Specifies the directory where configuration UI application is stored. When not specified (null), the hub uses the default configuration directory. |