Skip to content

Commit ebe6075

Browse files
committed
fix: forgot to put back signaling_server_port
1 parent 0b37ed1 commit ebe6075

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

config.example.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"gateway_url": "",
77
"assets_cdn_url": "https://cdn.oldcordapp.com",
88
"media_server_public_ip": false,
9+
"signaling_server_port": 5000,
910
"udp_server_port": 6000,
1011
"port": 1337,
1112
"ws_port": 1337,
@@ -30,9 +31,7 @@
3031
"sync_only": true,
3132
"mr_server": {
3233
"enabled": false,
33-
"agents": [
34-
"ws://127.0.0.1:4444"
35-
],
34+
"agents": ["ws://127.0.0.1:4444"],
3635
"config": {
3736
"speaking_throttle_ms": 150
3837
}

0 commit comments

Comments
 (0)