Allow zipline to assume the mimetype of files uploaded via API (Curl)

This commit is contained in:
Joey Hafner 2024-05-20 18:00:23 -07:00
parent c7bcbcdefe
commit 4376219065

View File

@ -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]