1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Update install

This commit is contained in:
Thatoo 2023-10-22 19:05:35 +02:00 committed by GitHub
parent a47fe2859b
commit b02f049594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ synapse_db_user="matrix_$app"
synapse_db_name="matrix_$app" synapse_db_name="matrix_$app"
upstream_version=$(ynh_app_upstream_version) upstream_version=$(ynh_app_upstream_version)
report_stats="false" report_stats="false"
e2e_enabled_by_default="off" e2e_enabled_by_default="invite"
default_domain_value="Same than the domain" default_domain_value="Same than the domain"
domain_whitelist_client_=$(get_domain_list) domain_whitelist_client_=$(get_domain_list)
domain_whitelist_client=${domain_whitelist_client_%"\n"} domain_whitelist_client=${domain_whitelist_client_%"\n"}