19 lines
639 B
YAML
19 lines
639 B
YAML
host: localhost
|
|
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
|
|
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
|
|
log:
|
|
level: debug
|