1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
galene_ynh/conf/groupname.json

10 lines
227 B
JSON
Raw Normal View History

2021-01-09 21:34:33 +01:00
{
"op": [{"username": "__ADMIN__", "password": __PASSWORD_HASH__}],
2021-09-08 23:27:51 +02:00
"presenter": [{}],
"description": "__GROUP_DESCRIPTION__",
"public": true,
2022-10-05 00:36:46 +02:00
"allow-anonymous": true,
"allow-recording": true,
"allow-subgroups": true
2021-09-08 23:27:51 +02:00
}