Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 803 Bytes

File metadata and controls

40 lines (30 loc) · 803 Bytes

Matterbridge API settings

Tip

This page contains the details about matterbridge API settings. More general information about the matterbridge API can be found in README.md.

BindAddress

Address to listen on for API

  • Setting: REQUIRED
  • Format: string
  • Example:
    BindAddress="127.0.0.1:4242"

Buffer

Amount of messages to keep in memory

  • Setting: OPTIONAL, RELOADABLE
  • Format: int
  • Default: 10
  • Example:
    Buffer=1000

Token

HTTP Bearer token used for authentication. If unset, no authentication will be applied at all and anyone who can reach the API will be able to control your matterbridge instance.

  • Setting: OPTIONAL, RELOADABLE
  • Format: string
  • Example:
    Token="mytoken"