Преглед изворни кода

Fix appservice port

pull/4572/head
jasonlaguidice пре 6 месеци
родитељ
комит
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. # The hostname and port where this appservice should listen.
# For Docker, you generally have to change the hostname to 0.0.0.0. # For Docker, you generally have to change the hostname to 0.0.0.0.
hostname: 0.0.0.0 hostname: 0.0.0.0
port: 4231
port: {{ matrix_steam_bridge_appservice_port }}


# The unique ID of this appservice. # The unique ID of this appservice.
id: steam id: steam


Loading…
Откажи
Сачувај