Fix typo
Some checks are pending
Deploy to Fighter / Deploy (push) Waiting to run
Deploy to Fighter / Notify (push) Waiting to run

This commit is contained in:
Joey Hafner 2024-05-20 21:01:51 -07:00
parent 78c3b71bb9
commit d0654b1d73

View File

@ -6,7 +6,7 @@ CORE_RETURN_HTTPS=true
CORE_HOST=0.0.0.0 CORE_HOST=0.0.0.0
CORE_PORT=3000 CORE_PORT=3000
CORE_LOGGER=true CORE_LOGGER=true
UPLOADER_ASSUME_MIMETYPE=true UPLOADER_ASSUME_MIMETYPES=true
# Configured secret variables # Configured secret variables
#CORE_DATABASE_URL # follows the structure postgresql://[user[:password]@][netloc][:port][/dbname] #CORE_DATABASE_URL # follows the structure postgresql://[user[:password]@][netloc][:port][/dbname]