-
Notifications
You must be signed in to change notification settings - Fork 0
Settings
The settings tab allows configuration of application-wide options.
Settings are saved into a settings.yaml file located at %appdata%/settings.yaml
Switch between light, dark and auto application themes. The default is auto, which uses the system/OS theme.
Sets the level of which logs should be recorded, primarily for debugging purposes. The default level is info.
The directory containing application schema files. Default location is %appdata%/platysync/schemas
These settings can not be configured by the GUI, but must instead be set in settings.yaml.
Enables action which can execute arbitrary system processes/commands.
Must be set manually by adding enableRun: true
WARNING: Enabling this setting can potentially introduce an arbitrary code execution exploit on your network.
Default: false
Some data you may not want to be recorded in logs such as passwords. This is a list of keys to be redacted.
Default: password, secret, key, token, code, unicodePwd
Changes the port which the PlatySync server listens on.
Default: 2327
Changes the host/interface which the PlatySync server listens on.
Default: 0.0.0.0 (all interfaces).
You can enable HTTPS/SLL on the server by placing https.crt and https.key files in the %appdata%/platysync directory.