1
0
Fork 0
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:
ericgaspar 2021-01-13 21:56:27 +01:00
parent a782d8d5c2
commit 017bcc2f87
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -4,13 +4,13 @@
{"username": "", "password": ""},
{"username": "", "password": ""}
],
"public": ["true"],
"description": ["This is displayed on the landing page for public groups."],
"max-clients": ["20"],
"max-history-age": ["14400"],
"allow-recording": ["true"],
"allow-anonymous": ["true"],
"allow-subgroups": ["true"],
"redirect": [""],
"public": "true",
"description": "This is displayed on the landing page for public groups.",
"max-clients": 20,
"max-history-age": 14400,
"allow-recording": "true",
"allow-anonymous": "true",
"allow-subgroups": "true",
"redirect": "",
"codecs": ["vp8", "opus"]
}