chore: update model def

This commit is contained in:
cv
2021-10-27 10:57:02 +02:00
parent 13487867bc
commit 218c94ebd6
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -112,6 +112,7 @@
"url": "www.carlosvalente.com",
"publicInfo": "WiFi: demoproject \nPassword: ontimeproject",
"backstageInfo": "WiFi: demobackstage\nPassword: ontimeproject"
"endMessage": ""
},
"settings": {
"app": "ontime",
+6 -2
View File
@@ -5,12 +5,16 @@ export const dbModel = {
url: '',
publicInfo: '',
backstageInfo: '',
endMessage: '',
},
settings: {
app: 'ontime',
version: 1,
osc_enabled: false,
osc_port: 8888,
serverPort: 4001,
oscInPort: 8888,
oscOutPort: 9999,
oscOutIP: '127.0.0.1',
oscEnabled: false,
lock: false,
},
};