Rename with addition "url"

This commit is contained in:
Julian-Samuel Gebühr 2022-07-10 10:10:30 +02:00
parent 2e15bd85ea
commit 07fdb09f69
2 changed files with 2 additions and 2 deletions

View file

@ -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_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_expose_management_interface: true

View file

@ -34,7 +34,7 @@ server:
hostname: 0.0.0.0
port: 29316
# 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.
base_path: /_matrix/maubot/v1
# The base path for the UI.