|
2 | 2 | "repoUrl": "https://github.com/CodebuffAI/codebuff", |
3 | 3 | "generationDate": "2025-10-12T05:55:40.855Z", |
4 | 4 | "initCommand": "bun install", |
| 5 | + "env": { |
| 6 | + "ANTHROPIC_API_KEY": "test-key", |
| 7 | + "ANTHROPIC_API_KEY2": "test-key-2", |
| 8 | + "HELICONE_API_KEY": "test-helicone", |
| 9 | + "OPEN_AI_KEY": "test-openai", |
| 10 | + "GOOGLE_GENERATIVE_AI_API_KEY": "test-google", |
| 11 | + "DEEPSEEK_API_KEY": "test-deepseek", |
| 12 | + "GEMINI_API_KEY": "test-gemini", |
| 13 | + "OPEN_ROUTER_API_KEY": "test-openrouter", |
| 14 | + "RELACE_API_KEY": "test-relace", |
| 15 | + "LINKUP_API_KEY": "test-linkup", |
| 16 | + "GOOGLE_CLOUD_PROJECT_ID": "test-project", |
| 17 | + "PORT": 3003, |
| 18 | + "DATABASE_URL": "postgresql://test", |
| 19 | + "CODEBUFF_GITHUB_ID": "test-github-id", |
| 20 | + "CODEBUFF_GITHUB_SECRET": "test-github-secret", |
| 21 | + "NEXTAUTH_SECRET": "test-nextauth-secret", |
| 22 | + "STRIPE_SECRET_KEY": "test-stripe-key", |
| 23 | + "STRIPE_WEBHOOK_SECRET_KEY": "test-stripe-webhook", |
| 24 | + "STRIPE_USAGE_PRICE_ID": "test-price-id", |
| 25 | + "STRIPE_TEAM_FEE_PRICE_ID": "test-team-price-id", |
| 26 | + "LOOPS_API_KEY": "test-loops", |
| 27 | + "DISCORD_PUBLIC_KEY": "test-discord-public", |
| 28 | + "DISCORD_BOT_TOKEN": "test-discord-bot", |
| 29 | + "DISCORD_APPLICATION_ID": "test-discord-app", |
| 30 | + "API_KEY_ENCRYPTION_SECRET": "12345678901234567890123456789012" |
| 31 | + }, |
5 | 32 | "evalCommits": [ |
6 | 33 | { |
7 | 34 | "id": "filter-system-history", |
|
0 commit comments