|
Configuration File |
|
config.json |
An EditMate Client's local configuration is saved by the config.json. The file can be found under the following folder path:
-
C:\Users\\[User]\AppData\Local\ArvatoSystems\EditMate\Client
The following parameters are defined as:
|
Parameters |
Definition |
|
"endpoint" |
URL for the EditMate servers. |
|
language: |
Language settings.
|
|
enableSSL |
Switch for turning SSL authentication on or off (must be enabled on backend side as well if used).
|
The values may be expressed as depicted below. Please note that the host name URL should reflect the respective host.
{"endpoint":"http://dv-ndr-platform.s4m.de:19081/EditMate","language":"en","enableSSL":true}