mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:43:03 +02:00
Merge pull request #10667 from seefo/fb5284
Added initial replication settings to domain settings
This commit is contained in:
commit
7bfce55559
1 changed files with 48 additions and 0 deletions
|
@ -1318,6 +1318,54 @@
|
||||||
"advanced": true
|
"advanced": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "replication",
|
||||||
|
"label": "Replication",
|
||||||
|
"settings": [
|
||||||
|
{
|
||||||
|
"name": "users",
|
||||||
|
"label": "Replicated Users",
|
||||||
|
"type": "table",
|
||||||
|
"can_add_new_rows": true,
|
||||||
|
"help": "Users that are replicated to downstream servers",
|
||||||
|
"numbered": false,
|
||||||
|
"columns": [
|
||||||
|
{
|
||||||
|
"name": "user",
|
||||||
|
"label": "User",
|
||||||
|
"can_set": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "downstream_servers",
|
||||||
|
"label": "Downstream Servers",
|
||||||
|
"assignment-types": [0,1],
|
||||||
|
"type": "table",
|
||||||
|
"can_add_new_rows": true,
|
||||||
|
"help": "Downstream servers that are relayed data for replicated users",
|
||||||
|
"numbered": false,
|
||||||
|
"columns": [
|
||||||
|
{
|
||||||
|
"name": "address",
|
||||||
|
"label": "Address",
|
||||||
|
"can_set": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "port",
|
||||||
|
"label": "Port",
|
||||||
|
"can_set": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "server_type",
|
||||||
|
"label": "Server Type",
|
||||||
|
"placeholder": "Audio Mixer",
|
||||||
|
"can_set": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue