上传素材接口,增加3次请求

This commit is contained in:
18610128193
2026-06-26 11:13:34 +08:00
parent ae850de128
commit 6be98fe3bf
3 changed files with 8 additions and 5 deletions
+3 -2
View File
@@ -1,14 +1,15 @@
# App
APP_NAME=VideoGen API
APP_VERSION=1.0.0
DEBUG=false
DEBUG=true
SECRET_KEY=local-dev-secret-key-not-for-production
# Database (PostgreSQL)
#DATABASE_URL=postgresql+asyncpg://videogen_test:Yr7kM7kDj75izCiA@180.184.42.66:5432/videogen_test
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://localhost:6379/3
REDIS_URL=redis://127.0.0.1:6379/0
CELERY_BROKER_URL=redis://localhost:6379/5
CELERY_RESULT_BACKEND=redis://localhost:6379/6