current status

This commit is contained in:
2024-01-09 13:14:43 +01:00
parent 1b80d11a2c
commit 2ac0d2de6f
4 changed files with 217 additions and 65 deletions

10
config.example.json Normal file
View File

@ -0,0 +1,10 @@
{
"api": {
"host": "localhost",
"port": 5001,
"bearer": ""
},
"initiative": [],
"stops": ["###"],
"clients": []
}