This commit is contained in:
cv
2021-05-12 13:32:24 +02:00
parent f617963214
commit 9c3aa6d386
34 changed files with 135 additions and 236 deletions
+18
View File
@@ -0,0 +1,18 @@
const dbModel = {
events: [],
event: {
title: '',
url: '',
publicInfo: '',
backStageInfo: '',
},
settings: {
app: 'ontime',
version: 1,
osc_enabled: false,
osc_port: 8888,
lock: false,
},
};
module.exports = { dbModel };