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

Update roles/custom/matrix-bot-draupnir/defaults/main.yml: fix capitalization, typo, and sentences

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3978/head
Suguru Hirahara 1 год назад
Родитель
Сommit
9c5cd42af1
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
1 измененных файлов: 4 добавлений и 4 удалений
  1. +4
    -4
      roles/custom/matrix-bot-draupnir/defaults/main.yml

+ 4
- 4
roles/custom/matrix-bot-draupnir/defaults/main.yml Просмотреть файл

@@ -72,12 +72,12 @@ matrix_bot_draupnir_access_token: ""
matrix_bot_draupnir_pantalaimon_username: ""
matrix_bot_draupnir_pantalaimon_password: ""

# Username and password the bot uses for logging in directly. If using Pantalimon
# Username and password the bot uses for logging in directly. If using Pantalaimon
# these values become the values of `matrix_bot_draupnir_pantalaimon_username` and `matrix_bot_draupnir_pantalaimon_password`
matrix_bot_draupnir_login: "{{ matrix_bot_draupnir_pantalaimon_username if matrix_bot_draupnir_pantalaimon_use == 'true' else 'bot.draupnir' }}"
matrix_bot_draupnir_password: "{{ matrix_bot_draupnir_pantalaimon_password }}"

# Controls if we activate the pantalaimon config block for now. This configuration block is proable to change name for our usecase
# Controls if we activate the Pantalaimon config block for now. This configuration block's name will probably be changed for our usecase
# due to a Draupnir push to scrub Pantalaimon from the codebase.
matrix_bot_draupnir_login_native: ""

@@ -88,11 +88,11 @@ matrix_bot_draupnir_login_native: ""
matrix_bot_draupnir_management_room: ""

# Endpoint URL that Draupnir uses to interact with the Matrix homeserver (client-server API).
# Set this to the pantalaimon URL if you're using that.
# Set this to the Pantalaimon URL if you're using that.
matrix_bot_draupnir_homeserver_url: ""

# Endpoint URL that Draupnir could use to fetch events related to reports (client-server API and /_synapse/),
# only set this to the public-internet homeserver client API URL, do NOT set this to the pantalaimon URL.
# only set this to the public-internet homeserver client API URL. Do NOT set this to the Pantalaimon URL.
matrix_bot_draupnir_raw_homeserver_url: ""

# Disable Server ACL is used if you want to not give the bot the right to apply Server ACLs in rooms without complaints from the bot.


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