mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
chore(apis/websocket): update config schema
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
"port": 3000,
|
||||
"ocrConcurrentQueues": 1,
|
||||
"clientHeartbeatInterval": 5000,
|
||||
"consoleLogLevel": "silly"
|
||||
"consoleLogLevel": "log"
|
||||
}
|
||||
9
apis/websocket/config.revanced.json
Executable file
9
apis/websocket/config.revanced.json
Executable file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "./config.schema.json",
|
||||
|
||||
"address": "127.0.0.1",
|
||||
"port": 3000,
|
||||
"ocrConcurrentQueues": 3,
|
||||
"clientHeartbeatInterval": 5000,
|
||||
"consoleLogLevel": "log"
|
||||
}
|
||||
@@ -25,7 +25,7 @@
|
||||
"consoleLogLevel": {
|
||||
"description": "The log level to print to console",
|
||||
"type": "string",
|
||||
"enum": ["error", "warn", "info", "log", "debug", "none"],
|
||||
"enum": ["error", "warn", "info", "log", "debug", "trace", "none"],
|
||||
"default": "info"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user