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", "url": "www.carlosvalente.com",
"publicInfo": "WiFi: demoproject \nPassword: ontimeproject", "publicInfo": "WiFi: demoproject \nPassword: ontimeproject",
"backstageInfo": "WiFi: demobackstage\nPassword: ontimeproject" "backstageInfo": "WiFi: demobackstage\nPassword: ontimeproject"
"endMessage": ""
}, },
"settings": { "settings": {
"app": "ontime", "app": "ontime",
+6 -2
View File
@@ -5,12 +5,16 @@ export const dbModel = {
url: '', url: '',
publicInfo: '', publicInfo: '',
backstageInfo: '', backstageInfo: '',
endMessage: '',
}, },
settings: { settings: {
app: 'ontime', app: 'ontime',
version: 1, version: 1,
osc_enabled: false, serverPort: 4001,
osc_port: 8888, oscInPort: 8888,
oscOutPort: 9999,
oscOutIP: '127.0.0.1',
oscEnabled: false,
lock: false, lock: false,
}, },
}; };