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:
parent
fde7770191
commit
d5c5376ed5
1 changed files with 9 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue