forked from icewind1991/mx-puppet-steam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.config.yaml
31 lines (27 loc) · 1.03 KB
/
sample.config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
presence:
# Bridge Steam online/offline status
enabled: true
# How often to send status to the homeserver in milliseconds
interval: 5000