chore(apis/websocket): use config.json as example config

This commit is contained in:
PalmDevs
2024-01-14 21:47:03 +07:00
parent a90e59edb8
commit 26ad4afc18
2 changed files with 10 additions and 1 deletions

9
apis/websocket/config.json Executable file
View File

@@ -0,0 +1,9 @@
{
"$schema": "./config.schema.json",
"address": "127.0.0.1",
"port": 3000,
"ocrConcurrentQueues": 1,
"clientHeartbeatInterval": 5000,
"consoleLogLevel": "log"
}

View File

@@ -1,6 +1,6 @@
# ⚙️ Configuration
This is the default configuration:
This is the default configuration (provided in [config.json](../config.json)):
```json
{