holyterra commited on
Commit
1986783
·
verified ·
1 Parent(s): bd53b1a

Upload unified-server.js

Browse files
Files changed (1) hide show
  1. unified-server.js +1 -1
unified-server.js CHANGED
@@ -854,7 +854,7 @@ class ProxyServerSystem extends EventEmitter {
854
 
855
  _loadConfiguration() {
856
  let config = {
857
- httpPort: 8889, host: '0.0.0.0', wsPort: 9998, streamingMode: 'real',
858
  failureThreshold: 0,
859
  maxRetries: 3, retryDelay: 2000, browserExecutablePath: null,
860
  apiKeys: [],
 
854
 
855
  _loadConfiguration() {
856
  let config = {
857
+ httpPort: 7860, host: '0.0.0.0', wsPort: 9998, streamingMode: 'real',
858
  failureThreshold: 0,
859
  maxRetries: 3, retryDelay: 2000, browserExecutablePath: null,
860
  apiKeys: [],