Config

Example

server:
  master: filepipe.app
blockSize: 536870912
apiKey: QE0aOsJIwrdb4AgQrUsk # entry your group apiKey (check it in web)
benchmark: false

Explanation of Configuration File Parameters

server

master

  • The request path of the service, which defaults to the main domain name of FilePipe.

Note: Please do not change it arbitrarily, otherwise it may affect the normal operation of the program.

blockSize

  • Set the memory consumption size per transmission (in bytes).

Note: Please keep the default setting unless necessary. If you need to modify it, do not exceed the memory limit, otherwise the program may not run normally.

apiKey

  • The apiKey of the Group to which the Node belongs, which determines which Group the Node will join after starting. It can be viewed in the settings of the corresponding Group in the web console.

benchmark

  • After setting it to true, a benchmark directory will be created to collect CPU utilization and speed statistics for certain methods.