mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 13:44:16 +00:00
Merge pull request #8 from madonius/doc/fix-readme-notice-about-base-path
remove warning about matrix_synapse_base_path
This commit is contained in:
commit
f320db01e2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ The following should be present on the target system
|
|||
|
||||
| Name | Value | Description |
|
||||
| :--- | :--- | :--- |
|
||||
| matrix_synapse_base_path | "/opt/synapse" | _This is not yet consistently used. **DO NOT RELY ON IT**. Lookout for future releases_
|
||||
| matrix_synapse_base_path | "/opt/synapse" |
|
||||
| matrix_synapse_secrets_path | "{{ matrix_synapse_base_path }}/secrets"
|
||||
| matrix_synapse_extra_config | _None_ | configuration parameters as given in the [synapse configuration file](https://github.com/matrix-org/synapse/tree/master/docs) |
|
||||
| matrix_synapse_dh_path | "{{ matrix_synapse_base_path }}/tls/{{ matrix_server_name }}.dh" |
|
||||
|
|
Loading…
Reference in a new issue