mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
eslint
This commit is contained in:
@@ -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 };
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"events": [],
|
||||
"event": {
|
||||
"title": "",
|
||||
"url": "",
|
||||
"publicInfo": "",
|
||||
"backStageInfo": ""
|
||||
},
|
||||
"settings": {
|
||||
"app": "ontime",
|
||||
"version": 1,
|
||||
"osc_enabled": false,
|
||||
"osc_port": 8008,
|
||||
"lock": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user