Make SQLite database import work with server files, not local

This is a simplification and a way to make it consistent with
how we do Postgres imports (see 6d89319822), using
files coming from the server, not from the local machine.
This commit is contained in:
Slavi Pantaleev
2019-01-01 15:16:13 +02:00
parent f153c70a60
commit 4c2e1a0588
3 changed files with 35 additions and 32 deletions

View File

@ -18,7 +18,6 @@ matrix_user_gid: 991
matrix_base_data_path: "/matrix"
matrix_environment_variables_data_path: "{{ matrix_base_data_path }}/environment-variables"
matrix_scratchpad_dir: "{{ matrix_base_data_path }}/scratchpad"
matrix_static_files_base_path: "{{ matrix_base_data_path }}/static-files"
matrix_homeserver_url: "https://{{ hostname_matrix }}"