广告,本地推都是用广告

This commit is contained in:
18610128193
2026-06-26 18:19:31 +08:00
parent 8f9140b6e7
commit 627087797b
3 changed files with 7 additions and 6 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