Kaynağa Gözat

Fix appservice connection to http for internal, change port to standard 8080

pull/4572/head
jasonlaguidice 6 ay önce
ebeveyn
işleme
b8b8bd5bdd
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      roles/custom/matrix-bridge-steam/defaults/main.yml

+ 2
- 2
roles/custom/matrix-bridge-steam/defaults/main.yml Dosyayı Görüntüle

@@ -28,8 +28,8 @@ matrix_steam_bridge_docker_src_files_path: "{{ matrix_steam_bridge_base_path }}/


matrix_steam_bridge_homeserver_address: "" matrix_steam_bridge_homeserver_address: ""
matrix_steam_bridge_homeserver_domain: "{{ matrix_domain }}" matrix_steam_bridge_homeserver_domain: "{{ matrix_domain }}"
matrix_steam_bridge_appservice_address: "https://matrix-steam-bridge:{{ matrix_steam_bridge_appservice_port }}"
matrix_steam_bridge_appservice_port: "4231"
matrix_steam_bridge_appservice_address: "http://matrix-steam-bridge:{{ matrix_steam_bridge_appservice_port }}"
matrix_steam_bridge_appservice_port: "8080"


matrix_steam_bridge_msc4190_enabled: "{{ matrix_bridges_msc4190_enabled }}" matrix_steam_bridge_msc4190_enabled: "{{ matrix_bridges_msc4190_enabled }}"




Yükleniyor…
İptal
Kaydet