Parcourir la source

Move homeserver url to defaults

Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
pull/2089/head
Julian-Samuel Gebühr il y a 3 ans
Parent
révision
ce65eb888f
2 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. +0
    -1
      group_vars/matrix_servers
  2. +1
    -1
      roles/matrix-cactus-comments/defaults/main.yml

+ 0
- 1
group_vars/matrix_servers Voir le fichier

@@ -1350,7 +1350,6 @@ matrix_cactus_comments_systemd_required_services_list: |
+ +
(['matrix-' + matrix_homeserver_implementation + '.service']) (['matrix-' + matrix_homeserver_implementation + '.service'])
}} }}
matrix_cactus_comments_homeserver_url: "{{ matrix_homeserver_container_url }}"


###################################################################### ######################################################################
# #


+ 1
- 1
roles/matrix-cactus-comments/defaults/main.yml Voir le fichier

@@ -19,7 +19,7 @@ matrix_cactus_comments_app_service_env_file: "{{ matrix_cactus_comments_base_pat


matrix_cactus_comments_as_token: '' matrix_cactus_comments_as_token: ''
matrix_cactus_comments_hs_token: '' matrix_cactus_comments_hs_token: ''
matrix_cactus_comments_homeserver_url: ''
matrix_cactus_comments_homeserver_url: "{{ matrix_homeserver_container_url }}"
matrix_cactus_comments_user_id: "bot.cactusbot" matrix_cactus_comments_user_id: "bot.cactusbot"
matrix_cactus_comments_tmp_directory_size_mb: 1 matrix_cactus_comments_tmp_directory_size_mb: 1




Chargement…
Annuler
Enregistrer