1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00
This commit is contained in:
lapineige 2023-08-13 17:28:32 +02:00 committed by GitHub
parent ae0da01b5a
commit b3fefefbe7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ ram.runtime = "500M"
type = "postgresql" type = "postgresql"
[resources.apt] [resources.apt]
packages = "erlang-dev erlang-parsetools npm" packages = "erlang-dev erlang-parsetools postgresql npm"
##### (this part is optional and corresponds to the legacy ynh_install_extra_app_dependencies helper) ##### (this part is optional and corresponds to the legacy ynh_install_extra_app_dependencies helper)
@ -139,5 +139,3 @@ ram.runtime = "500M"
extras.just.key = "https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub" extras.just.key = "https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub"
extras.just.packages = ["just"] extras.just.packages = ["just"]
[resources.database]
type = "postgresql"