From 267151ca8c2b2b94a8969e67991dcd472c3f8164 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 20 May 2024 21:01:51 -0700 Subject: [PATCH] Fix typo --- homelab/fighter/config/zipline/zipline.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homelab/fighter/config/zipline/zipline.env b/homelab/fighter/config/zipline/zipline.env index 57ad0321..32994ee0 100644 --- a/homelab/fighter/config/zipline/zipline.env +++ b/homelab/fighter/config/zipline/zipline.env @@ -6,7 +6,7 @@ CORE_RETURN_HTTPS=true CORE_HOST=0.0.0.0 CORE_PORT=3000 CORE_LOGGER=true -UPLOADER_ASSUME_MIMETYPE=true +UPLOADER_ASSUME_MIMETYPES=true # Configured secret variables #CORE_DATABASE_URL # follows the structure postgresql://[user[:password]@][netloc][:port][/dbname]