docs: updates to config-dist.yaml
This commit is contained in:
parent
86f49edf3d
commit
8e1a0894f3
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
host: localhost
|
||||
hostname: localhost
|
||||
port: 4785
|
||||
# matrix-specific settings
|
||||
matrix:
|
||||
|
@ -12,7 +12,7 @@ matrix:
|
|||
# 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
|
||||
RandomTextForKey: "!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:
|
||||
|
|
Loading…
Reference in a new issue