mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 15:33:59 +00:00
12 lines
150 B
JSON
12 lines
150 B
JSON
{
|
|
"timer": {
|
|
"refresh": 1000
|
|
},
|
|
"server": {
|
|
"port": 4001
|
|
},
|
|
"database": {
|
|
"filename": "db.json",
|
|
"tablename": "events"
|
|
}
|
|
} |