FLOWPIPE_BASE_URL

Usage

Sets the base URL to use for triggers and integrations. This is the base URL that Flowpipe advertises when it interacts with external systems to allow them to call back to Flowpipe.

The base URL defaults localhost on the Flowpipe port, eg http://localhost:7103. This is sufficient for local testing of http triggers and integrations, but to allow external users and systems to interact with Flowpipe, you should set FLOWPIPE_BASE_URL to a URL that will route to your system. This may include the DNS or IP address of the system on which you are running Flowpipe, or it may be a reverse proxy such as ngrok.

Usage

blah

export FLOWPIPE_BASE_URL=https://84c5df474.ngrok-free.dev

Reset the base URL to the default:

unset FLOWPIPE_BASE_URL