From fc451cd1859360a89cf68a1034467c4a4de86b9e Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:14:38 +0200 Subject: [PATCH] remove fixed ports --- manifest.toml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6767a84..1d70b77 100644 --- a/manifest.toml +++ b/manifest.toml @@ -73,35 +73,23 @@ ram.runtime = "3G" [resources.ports] #Only the web service can customize its port… main.default = 8095 - chat.default = 3010 - clsi.default = 3013 - clsi.fixed = true - contacts.default = 3036 - contacts.fixed = true - docstore.default = 3016 - docstore.fixed = true document-updater.default = 3003 - document-updater.fixed = true + document_updater.fixed = true filestore.default = 3009 - filstore.fixed = true + + history-v1.default = 3100 + history-v1.fixed = true notifications.default = 3042 - notifications.fixed = true - project-history.default = 3054 - project-history.fixed = true - realtime.default = 3026 - realtime.fixed = true - spelling.default = 3005 - spelling.fixed = true [resources.apt]