matrix-webhook/config-dist.yaml

20 lines
639 B
YAML
Raw Normal View History

2021-11-09 08:57:46 -05:00
host: localhost
2021-11-05 10:01:32 -04:00
port: 4785
# matrix-specific settings
matrix:
# URL of homeserver to connect
url: https://matrix.org
# user to connect to homserver as
id: username
# password for the user
pw: password
# keys to allow These should be random strings
# these could be generated with something like `openssl rand -hex 24`
# change these, you only need
2021-11-09 08:57:46 -05:00
api_keys:
RanomdTextForKey: "!room_id:server.domain" # Can add a comment for what the key is used
secondRandomkey: "!a_different_room_id:server.domain"
thirdKey: #This one has no room specified, so it must be specified in the payload data or url
2021-11-05 10:01:32 -04:00
log:
level: debug