浏览代码

Update docs/configuring-playbook-bridge-appservice-slack.md: use a common expression for adding configuration

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3606/head
Suguru Hirahara 1年前
父节点
当前提交
f2a5b8595e
找不到此签名对应的密钥 GPG 密钥 ID: E4F9743DAB4B7B75
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      docs/configuring-playbook-bridge-appservice-slack.md

+ 1
- 1
docs/configuring-playbook-bridge-appservice-slack.md 查看文件

@@ -12,7 +12,7 @@ loosely based on [this](https://github.com/matrix-org/matrix-appservice-slack#Se


1. Create a new Matrix room to act as the administration control room. Note its internal room ID. This can be done in Element by making a message, opening the options for that message and choosing "view source". The room ID will be displayed near the top. 1. Create a new Matrix room to act as the administration control room. Note its internal room ID. This can be done in Element by making a message, opening the options for that message and choosing "view source". The room ID will be displayed near the top.


2. Enable the bridge with the following configuration in your `vars.yml` file:
2. Enable the bridge by adding the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.yml` file:


```yaml ```yaml
matrix_appservice_slack_enabled: true matrix_appservice_slack_enabled: true


正在加载...
取消
保存