1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plainpad_ynh.git synced 2024-09-03 20:05:53 +02:00

coding style

This commit is contained in:
Salamandar 2024-06-19 19:41:52 +02:00
parent fde7770191
commit d5c5376ed5

View file

@ -64,7 +64,15 @@ ram.runtime = "50M"
api.protected = true
[resources.apt]
packages = "mariadb-server php8.0-zip php8.0-fileinfo php8.0-xml php8.0-bcmath php8.0-mbstring php8.0-mysql"
packages = [
"mariadb-server",
"php8.0-zip",
"php8.0-fileinfo",
"php8.0-xml",
"php8.0-bcmath",
"php8.0-mbstring",
"php8.0-mysql",
]
[resources.database]
type = "mysql"