소스 검색

Fix appservice port

pull/4572/head
jasonlaguidice 11 달 전
부모
커밋
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


불러오는 중...
취소
저장