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

int type for database in manifest

This commit is contained in:
anmol 2020-10-14 08:06:16 +05:30
parent 57607450cc
commit 3f88efb778

View file

@ -16,7 +16,8 @@
"services": [ "services": [
"nginx", "nginx",
"php7.3-fpm", "php7.3-fpm",
"mysql" "mysql",
"postgresql"
], ],
"requirements": { "requirements": {
"yunohost": ">= 3.8.1" "yunohost": ">= 3.8.1"
@ -46,6 +47,7 @@
}, },
{ {
"name": "database", "name": "database",
"type": "int",
"ask": { "ask": {
"en": "Choose the database to be used for the Hubzilla [mysql:1,postgresql:2]", "en": "Choose the database to be used for the Hubzilla [mysql:1,postgresql:2]",
"fr": "Choisissez la database de l'Hubzilla [mysql:1,postgresql:2]" "fr": "Choisissez la database de l'Hubzilla [mysql:1,postgresql:2]"