# 宇之然内容创作平台 - 环境变量配置 # 数据库配置 DATABASE_URL=postgresql://user:password@localhost:5432/yuzhiran_db # JWT安全配置 SECRET_KEY=your-secret-key-here-change-in-production ALGORITHM=HS256 ACCESS_TOKEN_EXPIRE_MINUTES=10080 # 应用配置 DEBUG=True ENVIRONMENT=development # 日志配置 LOG_LEVEL=INFO # CORS配置(生产环境) ALLOWED_ORIGINS=http://localhost:8080,https://yourdomain.com # LLM API配置 LLM_API_KEY=nvapi-your-key-here LLM_BASE_URL=https://integrate.api.nvidia.com/v1 LLM_MODEL=google/gemma-3n-e4b-it