整合环境变量
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user