From 8e82f70b77c5657c7e715ca7fd3f258f7cf465ed Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Fri, 3 Apr 2026 22:32:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BAPM2=E4=BF=AE=E5=A4=8D=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecosystem.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 834cb8d..adf6b73 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -17,7 +17,11 @@ module.exports = { S3_BUCKET_ADDRESS: 'https://s3.example.com/your_bucket_name', S3_ENDPOINT: 'http://127.0.0.1:9000', S3_FORCE_PATH_STYLE: 'true', - APP_TITLE: 'S3 Media Transcoder' + APP_TITLE: 'S3 Media Transcoder', + VALKEY_URL: 'redis://127.0.0.1:6379', + S3_SESSION_COOKIE_NAME: 'media_coding_s3_session', + S3_SESSION_TTL_SECONDS: '2592000', + SESSION_COOKIE_SECURE: 'false' } } ]