Просмотр исходного кода

Update docs/configuring-playbook-bot-draupnir.md: common instructions for commenting out

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3966/head
Suguru Hirahara 1 год назад
Родитель
Сommit
f3385ab9ff
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      docs/configuring-playbook-bot-draupnir.md

+ 3
- 3
docs/configuring-playbook-bot-draupnir.md Просмотреть файл

@@ -43,7 +43,7 @@ To enable the native E2EE support, add the following configuration to your `vars
matrix_bot_draupnir_enable_experimental_rust_crypto: true

# Access token which the bot will use for logging in.
# Comment out `matrix_bot_draupnir_login_native` when using this option.
# Comment out `matrix_bot_draupnir_login_native` if using this option.
matrix_bot_draupnir_access_token: "CLEAN_ACCESS_TOKEN_HERE"
```

@@ -61,10 +61,10 @@ matrix_bot_draupnir_management_room: "MANAGEMENT_ROOM_ID_HERE"
# matrix_bot_draupnir_login: bot.draupnir

# Generate a strong password for the bot. You can create one with a command like `pwgen -s 64 1`.
# If creating the user on your own and using `matrix_bot_draupnir_access_token` to login you can comment out this line.
# Comment out this part if creating the user on your own and setting `matrix_bot_draupnir_access_token` for logging in.
matrix_bot_draupnir_password: PASSWORD_FOR_THE_BOT

# Comment out if using `matrix_bot_draupnir_enable_experimental_rust_crypto: true` or `matrix_bot_draupnir_access_token` to login.
# Comment out this part if setting `matrix_bot_draupnir_enable_experimental_rust_crypto: true` or `matrix_bot_draupnir_access_token` for logging in.
matrix_bot_draupnir_login_native: true
```



Загрузка…
Отмена
Сохранить