Spaces:
Sleeping
Sleeping
| services: | |
| - type: web | |
| name: ninja-code-guard | |
| runtime: python | |
| repo: https://github.com/ninjacode911/Project-Ninja-Code-Guard | |
| branch: main | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: uvicorn app.main:app --host 0.0.0.0 --port $PORT | |
| envVars: | |
| - key: GROQ_API_KEY | |
| sync: false | |
| - key: GEMINI_API_KEY | |
| sync: false | |
| - key: GITHUB_APP_ID | |
| sync: false | |
| - key: GITHUB_APP_PRIVATE_KEY_PATH | |
| sync: false | |
| - key: GITHUB_WEBHOOK_SECRET | |
| sync: false | |
| - key: DATABASE_URL | |
| sync: false | |
| - key: UPSTASH_REDIS_URL | |
| sync: false | |
| - key: DASHBOARD_API_KEY | |
| sync: false | |
| - key: CORS_ALLOWED_ORIGINS | |
| sync: false | |
| - key: ENVIRONMENT | |
| value: production | |
| healthCheckPath: /health | |
| plan: free | |