mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Rename with addition "url"
This commit is contained in:
parent
2e15bd85ea
commit
07fdb09f69
@ -13,7 +13,7 @@ matrix_bot_maubot_base_path: "{{ matrix_base_data_path }}/maubot"
|
|||||||
matrix_bot_maubot_data_path: "{{ matrix_bot_maubot_base_path }}/data"
|
matrix_bot_maubot_data_path: "{{ matrix_bot_maubot_base_path }}/data"
|
||||||
matrix_bot_maubot_config_path: "{{ matrix_bot_maubot_base_path }}/config"
|
matrix_bot_maubot_config_path: "{{ matrix_bot_maubot_base_path }}/config"
|
||||||
|
|
||||||
matrix_bot_maubot_bot_server_public: "https://{{ matrix_server_fqn_matrix }}"
|
matrix_bot_maubot_bot_server_public_url: "https://{{ matrix_server_fqn_matrix }}"
|
||||||
matrix_bot_maubot_proxy_management_interface: false
|
matrix_bot_maubot_proxy_management_interface: false
|
||||||
matrix_bot_maubot_expose_management_interface: true
|
matrix_bot_maubot_expose_management_interface: true
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ server:
|
|||||||
hostname: 0.0.0.0
|
hostname: 0.0.0.0
|
||||||
port: 29316
|
port: 29316
|
||||||
# Public base URL where the server is visible.
|
# Public base URL where the server is visible.
|
||||||
public_url: {{ matrix_bot_maubot_bot_server_public }}
|
public_url: {{ matrix_bot_maubot_bot_server_public_url }}
|
||||||
# The base management API path.
|
# The base management API path.
|
||||||
base_path: /_matrix/maubot/v1
|
base_path: /_matrix/maubot/v1
|
||||||
# The base path for the UI.
|
# The base path for the UI.
|
||||||
|
Loading…
Reference in New Issue
Block a user