Sfoglia il codice sorgente

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 anno fa
parent
commit
f3385ab9ff
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: E4F9743DAB4B7B75
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      docs/configuring-playbook-bot-draupnir.md

+ 3
- 3
docs/configuring-playbook-bot-draupnir.md Vedi File

@@ -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 matrix_bot_draupnir_enable_experimental_rust_crypto: true


# Access token which the bot will use for logging in. # 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" 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 # 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`. # 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 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 matrix_bot_draupnir_login_native: true
``` ```




Caricamento…
Annulla
Salva