feat: start services from config

ability to override default ports and whatnot. as of now, it would need a server restart
This commit is contained in:
cv
2021-10-26 22:17:38 +02:00
parent ec714b341f
commit a237537366
2 changed files with 36 additions and 10 deletions
+5 -2
View File
@@ -116,8 +116,11 @@
"settings": {
"app": "ontime",
"version": 1,
"osc_enabled": false,
"osc_port": 8888,
"serverPort": 4001,
"oscInPort": 8888,
"oscOutPort": 9999,
"oscOutIP": "127.0.0.1",
"oscEnabled": true,
"lock": false
}
}