mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 18:03:47 +00:00
70cc071425
* feat: integrations and lifecycles * refactor: prevent issues with start order
9 lines
150 B
JavaScript
9 lines
150 B
JavaScript
export const config = {
|
|
database: {
|
|
testdb: 'test-db',
|
|
directory: 'preloaded-db',
|
|
filename: 'db.json',
|
|
tablename: 'events',
|
|
},
|
|
};
|