Files
ontime/apps/server/src/config/config.js
T
Carlos Valente 70cc071425 V2 integration (#293)
* feat: integrations and lifecycles

* refactor: prevent issues with start order
2023-02-23 20:22:38 +01:00

9 lines
150 B
JavaScript

export const config = {
database: {
testdb: 'test-db',
directory: 'preloaded-db',
filename: 'db.json',
tablename: 'events',
},
};