From 9f13a758934eeb56894a3e7e25d360f560036ed7 Mon Sep 17 00:00:00 2001 From: wwwwwwwww <526125649@qq.com> Date: Wed, 27 May 2026 09:46:52 +0800 Subject: [PATCH] 1 --- video-gen-api/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video-gen-api/.env b/video-gen-api/.env index a6db5e50..d64f4fbb 100644 --- a/video-gen-api/.env +++ b/video-gen-api/.env @@ -8,7 +8,7 @@ SECRET_KEY=local-dev-secret-key-not-for-production DATABASE_URL=postgresql+asyncpg://videogen:7k33pnXdPL62Yyb4@180.184.42.66:5432/videogen # Redis (leave empty to disable - rate limiting and captcha will use in-memory fallback) -REDIS_URL= +REDIS_URL=redis://localhost:6379/3 # JWT JWT_ALGORITHM=HS256