使用VALKEY

This commit is contained in:
CN-JS-HuiBai
2026-04-03 22:30:35 +08:00
parent e30736c3e7
commit 3c3bd6dcb1
4 changed files with 213 additions and 75 deletions

View File

@@ -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