Skip to content

Commit 3a7ad02

Browse files
committed
Change server port to 8086.
1 parent e44cae0 commit 3a7ad02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configs/config.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ domain=demo.cloudwebrtc.com
33
cert=configs/certs/cert.pem
44
key=configs/certs/key.pem
55
bind=0.0.0.0
6-
port=4443
6+
port=8086
77
html_root=web
88

99
[turn]
1010
public_ip=127.0.0.1
1111
port=19302
12-
realm=flutter-webrtc
12+
realm=flutter-webrtc

web/main.dart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43810,7 +43810,7 @@ case 3:return P.L(null,t)}})
4381043810
return P.M($async$hp,t)},
4381143811
ft:function(){var u=0,t=P.N(null),s=this,r,q
4381243812
var $async$ft=P.I(function(a,b){if(a===1)return P.K(b,t)
43813-
while(true)switch(u){case 0:q="wss://"+H.d(s.d)+":4443/ws"
43813+
while(true)switch(u){case 0:q="wss://"+H.d(s.d)+":8086/ws"
4381443814
s.b=new M.KV(q)
4381543815
P.at("connect to "+q)
4381643816
r=s.b

0 commit comments

Comments
 (0)