瀏覽代碼

Fix appservice port

pull/4572/head
jasonlaguidice 7 月之前
父節點
當前提交
602f3f11cd
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix-bridge-steam/templates/config.yaml.j2

+ 1
- 1
roles/custom/matrix-bridge-steam/templates/config.yaml.j2 查看文件

@@ -209,7 +209,7 @@ appservice:
# The hostname and port where this appservice should listen.
# For Docker, you generally have to change the hostname to 0.0.0.0.
hostname: 0.0.0.0
port: 4231
port: {{ matrix_steam_bridge_appservice_port }}

# The unique ID of this appservice.
id: steam


Loading…
取消
儲存