/usr/local/bin/matrix-dendrite-create-account -> /matrix/dendrite/bin/create-account

This commit is contained in:
Slavi Pantaleev
2022-11-27 09:41:03 +02:00
parent 7c5c3aedc4
commit 40cf9cd72c
5 changed files with 13 additions and 6 deletions

View File

@ -14,6 +14,7 @@ matrix_dendrite_config_dir_path: "{{ matrix_dendrite_base_path }}/config"
matrix_dendrite_storage_path: "{{ matrix_dendrite_base_path }}/storage"
matrix_dendrite_media_store_path: "{{ matrix_dendrite_storage_path }}/media-store"
matrix_dendrite_nats_storage_path: "{{ matrix_dendrite_base_path }}/nats"
matrix_dendrite_bin_path: "{{ matrix_dendrite_base_path }}/bin"
matrix_dendrite_ext_path: "{{ matrix_dendrite_base_path }}/ext"
# By default, we make Dendrite only serve HTTP (not HTTPS).