mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-03 17:44:09 +02:00
sample config
This commit is contained in:
parent
ac2a8aad98
commit
bfbd3b7977
1 changed files with 24 additions and 0 deletions
24
sample.config.yaml
Normal file
24
sample.config.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue