mirror of
https://github.com/YunoHost-Apps/mosquitto_ynh.git
synced 2024-09-03 19:45:54 +02:00
Fix linter
This commit is contained in:
parent
eb74d6d63a
commit
bca11839bd
1 changed files with 2 additions and 12 deletions
|
@ -13,7 +13,6 @@
|
|||
"website": "https://mosquitto.org",
|
||||
"demo": "https://test.mosquitto.org",
|
||||
"admindoc": "https://mosquitto.org/documentation/",
|
||||
"userdoc": "https://yunohost.org/apps",
|
||||
"code": "https://github.com/eclipse/mosquitto",
|
||||
"cpe": "cpe:2.3:a:eclipse:mosquitto"
|
||||
},
|
||||
|
@ -32,22 +31,13 @@
|
|||
{
|
||||
"name": "username",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Set the username for client authentication",
|
||||
"fr": "Définissez le nom d'utilisateur pour l'authentification du client"
|
||||
},
|
||||
"example": "mosquitto",
|
||||
"default": "mosquitto"
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
"type": "password",
|
||||
"ask": {
|
||||
"en": "Set the password for client authentication",
|
||||
"fr": "Définissez le mot de passe pour l'authentification du client"
|
||||
},
|
||||
"example": "Choose a password"
|
||||
"type": "password"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue