From e245bd8f82890a33b8cf0a0166a4344dd8938c31 Mon Sep 17 00:00:00 2001 From: Eneko Date: Mon, 29 Mar 2021 11:56:05 +0200 Subject: [PATCH] Client mode in matrix --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ce03dd1..f4d2d17 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -25,7 +25,7 @@ matrix: serverName: synapse # The localpart (username) of the user associated with the application service # or just the username of your bot. - username: okupamicoche + username: test # (optional) Display name for the bot user. displayname: Okupa mi coche # (optional) The mode you want to use to create a bot. Default is CLIENT. The other is APPSERVICE. @@ -57,7 +57,7 @@ matrix: # (optional) Use http or https. Default is true (so uses https). secure: false # The token to authenticate against the Homeserver. - token: "30c05ae90a248a4188e620216fa72e349803310ec83e2a77b34fe90be6081f46" + token: "MDAxNWxvY2F0aW9uIHN5bmFwc2UKMDAxM2lkZW50aWZpZXIga2V5CjAwMTBjaWQgZ2VuID0gMQowMDIwY2lkIHVzZXJfaWQgPSBAdGVzdDpzeW5hcHNlCjAwMTZjaWQgdHlwZSA9IGFjY2VzcwowMDIxY2lkIG5vbmNlID0gYW5sX2M1fjU9eXlFflhyPQowMDJmc2lnbmF0dXJlILRwP6YGc6pNt9IB4Z3X3RCHLY2d5Qc8vCK8ubWqSfHBCg" appservice: # A unique token for Homeservers to use to authenticate requests to application services. hsToken: "312df522183efd404ec1cd22d2ffa4bbc76a8c1ccf541dd692eef281356bb74e"