为PM2修复变量
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user