From bd8eabafcf10b63b86f7ddbba05ac01865aac11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 22 Oct 2023 18:48:45 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 56161c4..32ade47 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,16 +43,17 @@ ram.runtime = "50M" [resources] - [resources.ports] - websocket.default = 3012 - rocket.default = 8095 - [resources.system_user] + allow_email = true [resources.install_dir] [resources.data_dir] + [resources.ports] + websocket.default = 3012 + rocket.default = 8095 + [resources.permissions] main.url = "/" api.url = "/api"