mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 07:28:01 +00:00
16 lines
194 B
JavaScript
16 lines
194 B
JavaScript
export const config = {
|
|
timer: {
|
|
refresh: 1000,
|
|
},
|
|
server: {
|
|
port: 4001,
|
|
},
|
|
database: {
|
|
filename: 'db.json',
|
|
tablename: 'events',
|
|
},
|
|
osc: {
|
|
port: 8888,
|
|
},
|
|
};
|