Skip to content

docs: conflicting documentation of default value for POWERPIPE_LISTEN #69

@lucascherzer

Description

@lucascherzer

Describe the bug
The online docs at https://powerpipe.io/docs/run/server state, that the default value for POWERPIPE_LISTEN is network:

By default, Powerpipe will listen on all network interfaces, but you can pass --listen local if you only want to listen on the loopback addresses:

The CLI app states the opposite:

$ powerpipe server -h
[...]
--listen string           Accept connections from local (localhost only) or network (all interfaces / IP addresses) (default "local")

Powerpipe version (powerpipe -v)
Powerpipe v1.2.7

Expected behavior
The default values presented in online docs and CLI docs differ, the CLI seems to be correct. Please update the online docs to reflect that

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions