From 43762190651853ee002a021512792df465d18cbc Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 20 May 2024 18:00:23 -0700 Subject: [PATCH] Allow zipline to assume the mimetype of files uploaded via API (Curl) --- homelab/fighter/config/zipline/zipline.env | 1 + 1 file changed, 1 insertion(+) diff --git a/homelab/fighter/config/zipline/zipline.env b/homelab/fighter/config/zipline/zipline.env index 3e22cbd9..57ad0321 100644 --- a/homelab/fighter/config/zipline/zipline.env +++ b/homelab/fighter/config/zipline/zipline.env @@ -6,6 +6,7 @@ CORE_RETURN_HTTPS=true CORE_HOST=0.0.0.0 CORE_PORT=3000 CORE_LOGGER=true +UPLOADER_ASSUME_MIMETYPE=true # Configured secret variables #CORE_DATABASE_URL # follows the structure postgresql://[user[:password]@][netloc][:port][/dbname]