mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:22:57 +02:00
Added initial settings for replication
This commit is contained in:
parent
92fe8145be
commit
2ce924377a
1 changed files with 37 additions and 0 deletions
|
@ -1318,6 +1318,43 @@
|
||||||
"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",
|
||||||
|
"numbered": false,
|
||||||
|
"columns": [
|
||||||
|
{
|
||||||
|
"name": "user",
|
||||||
|
"label": "User",
|
||||||
|
"can_set": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "replicants",
|
||||||
|
"label": "Replicants",
|
||||||
|
"type": "table",
|
||||||
|
"can_add_new_rows": true,
|
||||||
|
"help": "Nodes or mirrors that are to replicate the domain",
|
||||||
|
"numbered": false,
|
||||||
|
"columns": [
|
||||||
|
{
|
||||||
|
"address": "Address",
|
||||||
|
"port": "Port",
|
||||||
|
"mixer_type": "Mixer Type",
|
||||||
|
"can_set": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue