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

+2-2
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)