mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
chore(apis/websocket)!: change default port
This commit is contained in:
@@ -8,7 +8,7 @@ This is the default configuration (provided in [config.json](../config.json)):
|
||||
"port": 3000,
|
||||
"ocrConcurrentQueues": 1,
|
||||
"clientHeartbeatInterval": 60000,
|
||||
"debugLogsInProduction": false
|
||||
"consoleLogLevel": "log"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ export type Config = Omit<BaseTypeOf<typeof import('../../config.json')>, '$sche
|
||||
|
||||
export const defaultConfig: Config = {
|
||||
address: '127.0.0.1',
|
||||
port: 80,
|
||||
port: 8080,
|
||||
ocrConcurrentQueues: 1,
|
||||
clientHeartbeatInterval: 60000,
|
||||
consoleLogLevel: 'info',
|
||||
|
||||
Reference in New Issue
Block a user