Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Versions Compared

Key

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

...

  • All key/value pairs defined with an = sign. The space before and after the equals sign is optional.
  • All values must be quoted with double-quotes.
  • The closing brace must be on a new line. 
  • Backslashes must be escaped by preceding with another backslash, i.e. "\\"

Example

Windows worker:

worker_path_map = { 

...

"/tmp" = "C:/temp"

"/" = "\\"

}

OS X / Linux worker:

worker_path_map = {

"\\" = "/"

...