holyterra commited on
Commit
ef0fe37
·
verified ·
1 Parent(s): eba2460

Update unified-server.js

Browse files
Files changed (1) hide show
  1. unified-server.js +1 -1
unified-server.js CHANGED
@@ -641,7 +641,7 @@ class ProxyServerSystem extends EventEmitter {
641
 
642
  _loadConfiguration() {
643
  let config = {
644
- httpPort: 8889, host: '0.0.0.0', wsPort: 9998, streamingMode: 'real',
645
  failureThreshold: 3, maxRetries: 3, retryDelay: 2000, browserExecutablePath: null,
646
  apiKeys: [],
647
  };
 
641
 
642
  _loadConfiguration() {
643
  let config = {
644
+ httpPort: 7860, host: '0.0.0.0', wsPort: 9998, streamingMode: 'real',
645
  failureThreshold: 3, maxRetries: 3, retryDelay: 2000, browserExecutablePath: null,
646
  apiKeys: [],
647
  };