mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Update groupname.json
This commit is contained in:
parent
bebd3f0c54
commit
afacfabd06
1 changed files with 4 additions and 5 deletions
|
@ -1,13 +1,12 @@
|
||||||
{
|
{
|
||||||
"op": [{"username": "__ADMIN__", "password": "__PASSWORD__"}],
|
"op": [{"username": "__ADMIN__", "password": "__PASSWORD__"}],
|
||||||
"presenter": [
|
"presenter": [{}],
|
||||||
{"username": "", "password": ""},
|
"other": [{}],
|
||||||
{"username": "", "password": ""}
|
"contact": "__EMAIL__",
|
||||||
],
|
|
||||||
"contact": "username@domain.com",
|
|
||||||
"comment": "Public Conference",
|
"comment": "Public Conference",
|
||||||
"description": "a human-readable description of the group; this is displayed on the landing page for public groups.",
|
"description": "a human-readable description of the group; this is displayed on the landing page for public groups.",
|
||||||
"autolock": true,
|
"autolock": true,
|
||||||
|
"autokick": false,
|
||||||
"public": true,
|
"public": true,
|
||||||
"max-clients": 20,
|
"max-clients": 20,
|
||||||
"max-history-age": 14400,
|
"max-history-age": 14400,
|
||||||
|
|
Loading…
Add table
Reference in a new issue