mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-04 15:08:01 +00:00
15 lines
183 B
JSON
15 lines
183 B
JSON
{
|
|
"timer": {
|
|
"refresh": 1000
|
|
},
|
|
"server": {
|
|
"port": 4001
|
|
},
|
|
"database": {
|
|
"filename": "db.json",
|
|
"tablename": "events"
|
|
},
|
|
"osc": {
|
|
"port": 8888
|
|
}
|
|
} |