Versions Compared

    Key

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

    Synopsis

    worker_address = address

    Use dot notation in address to set the IP address you want the Worker to bind to. This is to override the behavior of binding to all addresses the Worker has assigned to it.

    Example

    worker_address = 127.0.0.1

    ...