fix homeserver url
This commit is contained in:
parent
8d7ab62a3a
commit
99eb5598c7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ http:
|
||||||
|
|
||||||
# configuration for the Matrix connection
|
# configuration for the Matrix connection
|
||||||
matrix:
|
matrix:
|
||||||
homeserver-url: https://janky.bot # FQDN of the homeserver
|
homeserver-url: https://matrix.janky.bot # FQDN of the homeserver
|
||||||
user-id: "@alerts:janky.bot" # ID of the user used by this service
|
user-id: "@alerts:janky.bot" # ID of the user used by this service
|
||||||
access-token: ACCESS_TOKEN # Access token for the user ID - will get replaced in an init container
|
access-token: ACCESS_TOKEN # Access token for the user ID - will get replaced in an init container
|
||||||
# define short names for Matrix room ID
|
# define short names for Matrix room ID
|
||||||
|
|
Loading…
Reference in a new issue