FLOWPIPE_LISTEN

Specifies the IP addresses on which flowpipe server will listen for connections from clients. Currently supported values are local (localhost only) or network (all IP addresses). The default is network. This value can only be set when the server is started.

Usage

When flowpipe server runs, listen only on localhost:

export FLOWPIPE_LISTEN=local

When flowpipe server runs, listen on all IP addresses:

export FLOWPIPE_LISTEN=local
# or
unset FLOWPIPE_LISTEN