update backend upload directory

This commit is contained in:
SD-Chris 2025-07-14 14:37:05 -05:00 committed by GitHub
parent 2cf12292cf
commit 611148b000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ const config = {
clientId: process.env.MS_CLIENT_ID || '',
clientSecret: process.env.MS_CLIENT_SECRET || '',
},
uploadDir: os.tmpdir(),
uploadDir: '/backend/upload' //os.tmpdir(),
email: {
from: 'PaperClaimsai <app@flatlogic.app>',
host: 'email-smtp.us-east-1.amazonaws.com',