使用VALKEY缓存登录装唐
This commit is contained in:
@@ -17,7 +17,9 @@ 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://localhost:6379',
|
||||
VALKEY_DB: 0
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user