1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Superflous example values for domain and admin

This commit is contained in:
Alexandre Aubin 2021-10-27 18:24:03 +02:00 committed by GitHub
parent ea947928af
commit e4134af0e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,8 +33,7 @@
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
"type": "domain"
},
{
"name": "path",
@ -44,8 +43,7 @@
},
{
"name": "admin",
"type": "user",
"example": "mickael"
"type": "user"
},
{
"name": "is_public",