浏览代码

Update main.yml

pull/229/head
Eduardo Beltrame 6 年前
committed by microchipster
父节点
当前提交
ef9f6efd12
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-bridge-mautrix-hangouts/defaults/main.yml

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

@@ -120,7 +120,7 @@ matrix_mautrix_hangouts_configuration_yaml: |
# The prefix below is not implicitly added. This URL and all subpaths should be proxied # The prefix below is not implicitly added. This URL and all subpaths should be proxied
# 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.
public: "{{ matrix_domain }}/login/"
public: "/login/"
# Internal prefix in the appservice web server for the login endpoints. # Internal prefix in the appservice web server for the login endpoints.
prefix: /login prefix: /login




正在加载...
取消
保存