mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-12 01:03:39 +00:00
update config format
This commit is contained in:
@@ -5,9 +5,10 @@ const path = require('path');
|
||||
exports.config = {
|
||||
defaultName: 'QLab',
|
||||
connectionType: 'osc',
|
||||
heartbeatInterval: 50,
|
||||
heartbeatTimeout: 2000,
|
||||
defaultPort: 53000,
|
||||
mayChangePort: true,
|
||||
heartbeatInterval: 500,
|
||||
heartbeatTimeout: 5000,
|
||||
searchOptions: {
|
||||
type: 'Bonjour',
|
||||
bonjourName: 'qlab',
|
||||
|
||||
Reference in New Issue
Block a user