From 3860d74a5ded514862f3f515e19be36cdafcfb16 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 3 Mar 2023 14:50:39 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index cdde158..059a021 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,8 +20,8 @@ code = "https://github.com/SamR1/FitTrackee" yunohost = ">= 11.0.9" architectures = "all" multi_instance = true -ldap = "not_relevant" -sso = "not_relevant" +ldap = "false" +sso = "false" disk = "50M" ram.build = "50M" ram.runtime = "50M" @@ -51,7 +51,7 @@ ram.runtime = "50M" main.url = "/" [resources.ports] - main.default = 8000 + main.default = 5000 [resources.apt] packages = "postgresql, postgresql-contrib, python3-venv, libpq-dev"