From 5153c9a6c41fb35fa901f448d0bf2daec2929bcc Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 18 Oct 2024 03:10:53 +0900 Subject: [PATCH] Replace with example.com Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bridge-appservice-webhooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-bridge-appservice-webhooks.md b/docs/configuring-playbook-bridge-appservice-webhooks.md index d10f451b9..01debd2f3 100644 --- a/docs/configuring-playbook-bridge-appservice-webhooks.md +++ b/docs/configuring-playbook-bridge-appservice-webhooks.md @@ -10,7 +10,7 @@ Setup Instructions: loosely based on [this](https://github.com/turt2live/matrix-appservice-webhooks/blob/master/README.md) -1. All you basically need is to adjust your `inventory/host_vars/matrix./vars.yml`: +1. All you basically need is to adjust your `inventory/host_vars/matrix.example.com/vars.yml`: ```yaml matrix_appservice_webhooks_enabled: true @@ -18,7 +18,7 @@ matrix_appservice_webhooks_api_secret: '' ``` 2. In case you want to change the verbosity of logging via `journalctl -fu matrix-appservice-webhooks.service` -you can adjust this in `inventory/host_vars/matrix./vars.yml` as well. +you can adjust this in `inventory/host_vars/matrix.example.com/vars.yml` as well. **Note**: default value is: `info` and availabe log levels are : `info`, `verbose`