banana-video/env.example

16 lines
542 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Database
DATABASE_URL="postgresql://user:password@host:port/dbname"
# Qiniu Cloud
QINIU_ACCESS_KEY="your_qiniu_access_key"
QINIU_SECRET_KEY="your_qiniu_secret_key"
QINIU_BUCKET_NAME="your_qiniu_bucket_name"
QINIU_DOMAIN="your_qiniu_cdn_domain"
# AI Models
# Google API Keys支持单个或多个key用逗号分隔用于处理限流重试
GOOGLE_API_KEYS="your_google_ai_api_key"
# 多个key示例: GOOGLE_API_KEYS="key1,key2,key3"
OPENROUTER_API_KEY="your_openrouter_api_key"
OPENROUTER_BASE_URL="https://openrouter.ai/api/v1"