瀏覽代碼

fix login url

pull/229/head
microchipster 6 年之前
父節點
當前提交
75785a0734
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/matrix-bridge-mautrix-hangouts/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-mautrix-hangouts/defaults/main.yml 查看文件

@@ -123,7 +123,7 @@ matrix_mautrix_hangouts_configuration_yaml: |
# or otherwise pointed to the appservice's webserver to the path specified below (prefix). # or otherwise pointed to the appservice's webserver to the path specified below (prefix).
# This path should usually include a trailing slash. # This path should usually include a trailing slash.
# Internal prefix in the appservice web server for the login endpoints. # Internal prefix in the appservice web server for the login endpoints.
public: "{{ matrix_homeserver_url }}{{ matrix_mautrix_hangouts_public_endpoint }}/"
public: "{{ matrix_homeserver_url }}{{ matrix_mautrix_hangouts_public_endpoint }}/login"
prefix: "{{ matrix_mautrix_hangouts_public_endpoint }}/login" prefix: "{{ matrix_mautrix_hangouts_public_endpoint }}/login"






Loading…
取消
儲存