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

Fix Manifest

! [YEP-2.1] You should specify the type of the argument 'database'. You can use : domain, path, boolean, app, password, user, string, display_text.
This commit is contained in:
yalh76 2020-04-25 22:22:17 +02:00
parent 6e59c7a23c
commit 15a34edb9d

View file

@ -62,6 +62,7 @@
}, },
{ {
"name": "database", "name": "database",
"type": "string",
"ask": { "ask": {
"en": "Choose the database to use (for production usage choose: mysql)", "en": "Choose the database to use (for production usage choose: mysql)",
"fr": "Choisissez le type de base de données à utiliser (mysql pour un usage en production)", "fr": "Choisissez le type de base de données à utiliser (mysql pour un usage en production)",