Skip to content

--listen_address argument is not mentioned in quick start guide #87

@bellsjosh

Description

@bellsjosh

This argument to the Jira bridge isn't mentioned in the Quick Start guide even though it may be required depending on the user's scenario.

The argument is well documented in the code, but that may be less obvious when going through initial setup.

parser.add_argument(
	"--listen_address",
	default="127.0.0.1",
	help="The IPv4 address that the server binds to. Use 0.0.0.0 to bind on all network interfaces.",
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions