From de81c8459523a0bc96ddc3c01d62f0fd5f7026d3 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 5 Feb 2023 17:18:11 +0100 Subject: [PATCH] fix boolean syntax --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index d7fdda1..ca48e6d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -31,9 +31,9 @@ architectures = "all" ### LDAP & SSO will be dealt with later, if Bonfire support it. Help wanted :) # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "sso" key : the "ldap" key corresponds to wether or not a user *can* login on the app using its YunoHost credentials. -ldap = "false" +ldap = false # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "ldap" key : the "sso" key corresponds to wether or not a user is *automatically logged-in* on the app when logged-in on the YunoHost portal. -sso = "false" +sso = false # FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G, ... disk = "500M"