Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ Examples:
CONVOS_REQUEST_BASE=https://convos.example.com/
CONVOS_REQUEST_BASE=https://example.com/apps/convos

### `MOJO_LISTEN`

Used to set the address Convos should listen on. If the `--listen` argument is
given when starting convos, that value will be used instead.

Default: `http://*:3000`

### `CONVOS_REVERSE_PROXY`

The `CONVOS_REVERSE_PROXY` environment variable must be set to "1" to enable
Expand Down