sample config

This commit is contained in:
Robin Appelman 2020-05-05 18:54:57 +02:00
commit bfbd3b7977

24
sample.config.yaml Normal file
View file

@ -0,0 +1,24 @@
bridge:
# Port to host the bridge on which your homeserver will connect to
port: 6000
# Address for the bridge to bind to; if running as a Docker container, you
# probably want 0.0.0.0 here
bindAddress: localhost
# Name of your homeserver
domain: matrix.example.com
# URL where the bridge can connect to your homeserver
homeserverUrl: http://matrix.example.com:8008
provisioning:
# Which users are allowed to issue commands to @_steampuppet_bot
# whitelist:
# - "@*:matrix.example.com"
# A blacklist can be used instead:
# blacklist:
# - "@username:matrix\\.myhomeserver\\.com"
# Shared secret for the provisioning API for use by integration managers.
# If this is not set, the provisioning API will not be enabled.
#sharedSecret: random string
# Path prefix for the provisioning API. /v1 will be appended to the prefix automatically.
apiPrefix: /_matrix/provision