Tip
This page contains the details about matterbridge API settings. More general information about the matterbridge API can be found in README.md.
Address to listen on for API
- Setting: REQUIRED
- Format: string
- Example:
BindAddress="127.0.0.1:4242"
Amount of messages to keep in memory
- Setting: OPTIONAL, RELOADABLE
- Format: int
- Default: 10
- Example:
Buffer=1000
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"