1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Remove superfluous values

This commit is contained in:
ericgaspar 2021-10-31 15:44:24 +01:00
parent 18b6e751f2
commit 7a416d6379

View file

@ -32,8 +32,7 @@
"install": [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
"type": "domain"
},
{
"name": "path",
@ -52,13 +51,11 @@
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
"type": "user"
},
{
"name": "password",
"type": "password",
"example": "Choose a password"
"type": "password"
},
{
"name": "version",