From 4f227f7de7d63fbb338ad1ea5bfe469d94e73151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 31 May 2023 21:41:17 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2b670f0..72602da 100644 --- a/manifest.toml +++ b/manifest.toml @@ -86,10 +86,10 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" api.url = "/api" - api.allowed="visitors" - api.auth_header="false" - api.show_tile="false" - api.protected="true" + api.allowed = "visitors" + api.auth_header = false + api.show_tile = false + api.protected = true [resources.apt] packages = "curl unzip libncurses5 postgresql postgresql-contrib imagemagick ffmpeg exiftool libimage-exiftool-perl"