mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-08 15:59:16 +00:00
chore: update model def
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user