mirror of
https://github.com/YunoHost-Apps/koel_ynh.git
synced 2024-09-03 19:35:54 +02:00
coding style
This commit is contained in:
parent
84ccdd2aac
commit
75f179c2f0
1 changed files with 15 additions and 7 deletions
|
@ -62,7 +62,15 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "php8.2-fpm, php8.2-mysql, php8.2-sqlite3, php8.2-xml, php8.2-mbstring, mariadb-server, ffmpeg"
|
||||
packages = [
|
||||
"php8.2-fpm",
|
||||
"php8.2-mysql",
|
||||
"php8.2-sqlite3",
|
||||
"php8.2-xml",
|
||||
"php8.2-mbstring",
|
||||
"mariadb-server",
|
||||
"ffmpeg",
|
||||
]
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue