使用VALKEY
This commit is contained in:
13
.env.example
13
.env.example
@@ -11,3 +11,16 @@ S3_FORCE_PATH_STYLE=true
|
||||
|
||||
# Application Title
|
||||
APP_TITLE=S3 Media Transcoder
|
||||
|
||||
# Valkey / Redis session storage for browser refresh login persistence
|
||||
# You can use any one of these; VALKEY_URL is preferred.
|
||||
VALKEY_URL=redis://127.0.0.1:6379
|
||||
# REDIS_URL=redis://127.0.0.1:6379
|
||||
# VALKEY_ADDRESS=redis://127.0.0.1:6379
|
||||
|
||||
# Session cookie settings for S3 credential session persistence
|
||||
S3_SESSION_COOKIE_NAME=media_coding_s3_session
|
||||
S3_SESSION_TTL_SECONDS=2592000
|
||||
|
||||
# In production behind HTTPS, set this to true so the session cookie is Secure.
|
||||
SESSION_COOKIE_SECURE=false
|
||||
|
||||
Reference in New Issue
Block a user