V2 integration (#293)

* feat: integrations and lifecycles

* refactor: prevent issues with start order
This commit is contained in:
Carlos Valente
2023-02-23 20:22:38 +01:00
committed by GitHub
parent d8a84ac88d
commit 70cc071425
61 changed files with 1510 additions and 687 deletions
-17
View File
@@ -1,25 +1,8 @@
export const config = {
timer: {
refresh: 1000,
},
server: {
port: 4001,
},
database: {
testdb: 'test-db',
directory: 'preloaded-db',
filename: 'db.json',
tablename: 'events',
},
osc: {
port: 8888,
portOut: 9999,
targetIP: '127.0.0.1',
inputEnabled: true,
},
http: {
user: '',
pwd: '',
enabled: true,
},
};