/usr/local/bin/matrix-synapse-register-user -> /matrix/synapse/bin/register-user

This commit is contained in:
Slavi Pantaleev
2022-11-27 09:26:18 +02:00
parent 7b43ef34b7
commit 72744f9db9
6 changed files with 8 additions and 11 deletions

View File

@ -55,6 +55,7 @@ matrix_synapse_config_dir_path: "{{ matrix_synapse_base_path }}/config"
matrix_synapse_storage_path: "{{ matrix_synapse_base_path }}/storage"
matrix_synapse_media_store_path: "{{ matrix_synapse_storage_path }}/media-store"
matrix_synapse_ext_path: "{{ matrix_synapse_base_path }}/ext"
matrix_synapse_bin_path: "{{ matrix_synapse_base_path }}/bin"
matrix_synapse_ext_s3_storage_provider_path: "{{ matrix_synapse_base_path }}/ext/s3-storage-provider"
matrix_synapse_container_client_api_port: 8008