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

Rename sygnal.yaml.j2 to config.yaml.j2

There does not seem to exist other yaml.j2 files, which would be named after the servive.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3958/head
Suguru Hirahara 1 год назад
Родитель
Сommit
38a1d61c3f
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
3 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      docs/configuring-playbook-sygnal.md
  2. +1
    -1
      roles/custom/matrix-sygnal/defaults/main.yml
  3. +0
    -0
      roles/custom/matrix-sygnal/templates/config.yaml.j2

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

@@ -46,7 +46,7 @@ aux_file_definitions:
group: "{{ matrix_user_groupname }}"
```

For a more complete example of available fields and values they can take, see `roles/custom/matrix-sygnal/templates/sygnal.yaml.j2` (or the [upstream `sygnal.yaml.sample` configuration file](https://github.com/matrix-org/sygnal/blob/master/sygnal.yaml.sample)).
For a more complete example of available fields and values they can take, see `roles/custom/matrix-sygnal/templates/config.yaml.j2` (or the [upstream `sygnal.yaml.sample` configuration file](https://github.com/matrix-org/sygnal/blob/master/sygnal.yaml.sample)).

Configuring [GCM/FCM](https://firebase.google.com/docs/cloud-messaging/) is easier, as it only requires that you provide some config values.



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

@@ -103,7 +103,7 @@ matrix_sygnal_metrics_prometheus_enabled: false
#
# For a more advanced customization, you can extend the default (see `matrix_sygnal_configuration_extension_yaml`)
# or completely replace this variable with your own template.
matrix_sygnal_configuration_yaml: "{{ lookup('template', 'templates/sygnal.yaml.j2') }}"
matrix_sygnal_configuration_yaml: "{{ lookup('template', 'templates/config.yaml.j2') }}"

matrix_sygnal_configuration_extension_yaml: |
# Your custom YAML configuration for Sygnal goes here.


roles/custom/matrix-sygnal/templates/sygnal.yaml.j2 → roles/custom/matrix-sygnal/templates/config.yaml.j2 Просмотреть файл


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