Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DRAFT

Note

This documentation is only valid for versions >= 5.9.0.

...

ecFlowUI can make use of multiple externally managed system server lists. A system server list is just a text file containing space separated values like thisfile where each row is either a path to another system server list file or specifies a server (name, host and port with a space separator):

Code Block
path_to_another_system_server_list_file1
name1 host1 port1
name2 host2 port2
...

...