yl_matterbridge/settingtypes.txt

24 lines
925 B
Plaintext

### This file allows you to configure your yl_matterbridge connection
[yl_matterbridge]
# The address or IP to the matterbridge server
# If you run the bridge on the same machine where you run your MT, you can use the default
# Defaults to 127.0.0.1
yl_matterbridge.address (Bridge IP address or URL) string "127.0.0.1"
# The port the matterbridge server listens to
# You need to set this to the port of the API connection, which you configured in the toml
# Defaults to 4242
yl_matterbridge.port (Bridge port) string "4242"
# The name of the gateway of the matterbridge server
# You need to set this to the gatewayname, which you configured in the toml
# Defaults to "default"
yl_matterbridge.gateway (Bridge gateway) string "default"
# The token the matterbridge server
# If you don't configure this, every wellformed message to the right port will be relayed
# Optional
yl_matterbridge.token (Bridge token) string ""