Implement job assignment via WebSocket

This commit is contained in:
2023-06-01 17:53:25 +02:00
parent c64fb73321
commit 5e732aa49f
6 changed files with 118 additions and 18 deletions

3
config.cfg Normal file
View File

@@ -0,0 +1,3 @@
[core]
websocket_url="ws://127.0.0.1:6980"
public_path="http://localhost:8899/"