mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
cleaning
This commit is contained in:
parent
ae0da01b5a
commit
b3fefefbe7
1 changed files with 1 additions and 3 deletions
|
@ -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"
|
|
||||||
|
|
Loading…
Reference in a new issue