mirror of
https://github.com/YunoHost-Apps/mosquitto_ynh.git
synced 2024-09-03 19:45:54 +02:00
remove fixmes in manifest
This commit is contained in:
parent
886256212a
commit
62f4af04fe
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ architectures = "all" # FIXME: can be replaced by a list of supported archs usin
|
|||
multi_instance = false
|
||||
ldap = false
|
||||
sso = false
|
||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
disk = "50M"
|
||||
ram.build = "100M"
|
||||
ram.runtime = "10M"
|
||||
|
||||
[install]
|
||||
[install.username]
|
||||
|
|
Loading…
Add table
Reference in a new issue