Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version next

...

The VFS Service serves the front-end interface and brokers connections with the backend datastores. The VFS service is required when the Photon in-browser engine or

D s photon
clienttrue
 client or the
d-s-
server
photon
rtrue
 running environment is enabled.

...

ParameterDescription
port

Port number that VFS service uses to communicate. Default value is 41913. This port must be opened on the

d-s-item
item
node
.

loggerOptions.silentWhen set to true, messages are suppressed in the user interface.
loggerOptions.level

Supported logging levels: info (default), warning, error, and debug.

Info

NOTE: debug logging level is very verbose.

loggerOptions.json

When set to true, log messages are written in JSON format.

loggerOptions.formatIf needed, you can re-order the fields that are included in each log message.
hostHost of the VFS Service. Leave this value as localhost.
enabledSet this value to true to enable the VFS Service.
bindHostDo not modify this value.
autoRestart

When set to true, the VFS Service automatically restarts and attempts to return to its pre-restart state.

This value should be set to false for debugging purposes only.

...