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
90cee88ca6
commit
cc6a4ca83e
1 changed files with 12 additions and 7 deletions
|
@ -1,7 +1,12 @@
|
|||
"users": {
|
||||
"__ADMIN__": {"permissions": "op", "password": __PASSWORD_HASH__},
|
||||
"description": "__GROUP_DESCRIPTION__",
|
||||
"public": true,
|
||||
"allow-recording": true,
|
||||
"auto-subgroups": true
|
||||
}
|
||||
{
|
||||
"users":{
|
||||
"__ADMIN__":{
|
||||
"permissions":"op",
|
||||
"password":"__PASSWORD_HASH__"
|
||||
},
|
||||
"description":"__GROUP_DESCRIPTION__",
|
||||
"public":true,
|
||||
"allow-recording":true,
|
||||
"auto-subgroups":true
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue