整合环境变量

This commit is contained in:
CN-JS-HuiBai
2026-04-04 12:36:10 +08:00
parent 837abe0ea9
commit 22161472c3
2 changed files with 31 additions and 21 deletions

View File

@@ -10,17 +10,7 @@ module.exports = {
watch: false,
max_memory_restart: '512M',
env: {
NODE_ENV: 'production',
PORT: 3000,
HOST: '0.0.0.0',
AWS_REGION: 'us-east-1',
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',
VALKEY_URL: 'redis://localhost:6379',
VALKEY_DB: 0,
VALKEY_PREFIX: 'mediaconverter'
NODE_ENV: 'production'
}
}
]