forked from xiaohei/taiji-AI-PAD
更新mode网关
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
# Taiji AI-PAD 环境变量配置
|
||||
|
||||
# 数据库配置
|
||||
ASYNC_DATABASE_URL=postgresql+asyncpg://taiji:By%40123456.@taijipda.postgres.database.azure.com:5432/postgres
|
||||
DATABASE_URL=postgresql://taiji:By%40123456.@taijipda.postgres.database.azure.com:5432/postgres?sslmode=require
|
||||
|
||||
# Redis配置 (暂未启用)
|
||||
REDIS_URL=redis://redis:6379
|
||||
|
||||
# NATS消息队列配置
|
||||
NATS_URL=nats://nats:4222
|
||||
|
||||
# LiteLLM网关配置
|
||||
LITELLM_MASTER_KEY=sk-1234567890abcdef
|
||||
LITELLM_URL=http://litellm-gateway:4000
|
||||
|
||||
# OpenRouter配置
|
||||
OPENROUTER_API_KEY=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
|
||||
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
|
||||
|
||||
# RapidAPI配置
|
||||
RAPIDAPI_KEY=33902cc39dmsha572ec6ae920fb5p13c196jsn8a11209a7e67
|
||||
RAPIDAPI_HOST=rapidapi.com
|
||||
|
||||
# JWT配置
|
||||
JWT_SECRET_KEY=your-super-secret-jwt-key-change-this-in-production
|
||||
JWT_ALGORITHM=HS256
|
||||
JWT_EXPIRE_MINUTES=1440
|
||||
|
||||
# 应用配置
|
||||
APP_ENV=development
|
||||
LOG_LEVEL=INFO
|
||||
Reference in New Issue
Block a user