Variable backendConfigConst
backendConfig: {
backendURL: string;
dataroot: string;
dataRoot: string;
dtapstage: DTAPStage;
installationroot: string;
installationRoot: string;
module: { readonly [key: string]: { root: string } };
servername: string;
serverName: string;
whVersion: string;
} = ...
backendURL: string;
dataroot: string;
dataRoot: string;
dtapstage: DTAPStage;
installationroot: string;
installationRoot: string;
module: { readonly [key: string]: { root: string } };
servername: string;
serverName: string;
whVersion: string;
} = ...
Type declaration
ReadonlybackendURL: stringReadonlydataroot: stringReadonlydataRoot: stringThe data path, ending with a slash. Usually /opt/whdata/.
Readonlydtapstage: DTAPStageReadonlyinstallationroot: stringReadonlyinstallationRoot: stringThe installation (source) path, ending with a slash. Usually /opt/wh/whtree/.
Readonlymodule: { readonly [key: string]: { root: string } }Readonlyservername: stringReadonlyserverName: stringReadonlywhVersion: stringWebHare version number (the semantic-version of the current WebHare (eg 5.7.1)
The URL to the backend interface (if configured), eg https://my.webhare.dev/