Configure settings.json
This page is about the settings in settings.json, which contains few basic settings for a web client.
All ROAD clients application settings contain one parameter: The link to DPE
Other application settings are specific to different clients. You find them in paragraphs below.
Configuration file creation
Copy the settings.json
file to the root application folder.
Edit the newly created settings.json
and configure only the "dpeUrl" in the settings.
Common Configuration Options
Admin, Scheduling, InstaRecorder: dpeUrl
This mandatory option is the url of the DPE host InstaRecorder will be connecting to. The corresponding option for Admin and Scheduling is similar, named 'dpeUrl' and described above.
This connection is necessary for storing recordings in one of the DPE database table.
dpeUrl: example
"dpeUrl": "https://my-dpe-server.com"
In ROAD Admin v1.0 and ROAD Scheduling v1.0, this configuration option was called digasDpeHost
. This option was renamed dpeUrl
in v1.1 . digasDpeHost
is not supported anymore, please change to the new dpeUrl
option.