mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
chore(apis/websocket): use config.json as example config
This commit is contained in:
9
apis/websocket/config.json
Executable file
9
apis/websocket/config.json
Executable file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "./config.schema.json",
|
||||
|
||||
"address": "127.0.0.1",
|
||||
"port": 3000,
|
||||
"ocrConcurrentQueues": 1,
|
||||
"clientHeartbeatInterval": 5000,
|
||||
"consoleLogLevel": "log"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
# ⚙️ Configuration
|
||||
|
||||
This is the default configuration:
|
||||
This is the default configuration (provided in [config.json](../config.json)):
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user