Remove manifes.ttoml fixmes

This commit is contained in:
Félix Piédallu 2024-05-22 17:00:42 +02:00
parent 968b1454d2
commit 9aab68f2a6

View file

@ -26,9 +26,9 @@ architectures = "all"
multi_instance = true
ldap = true
sso = true
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 = "500M"
ram.build = "500M"
ram.runtime = "200M"
[install]
[install.domain]