-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
42 lines (33 loc) · 1.84 KB
/
Copy path.env.example
File metadata and controls
42 lines (33 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# ============================================================
# AI-Powered Secure Code Review Platform — Environment Config
# ============================================================
# Copy this file to .env and fill in your values.
# ─── Database ───────────────────────────────────────────────
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
# ─── Redis ──────────────────────────────────────────────────
REDIS_PASSWORD=
# ─── Application ────────────────────────────────────────────
SECRET_KEY=
ENVIRONMENT=
ALLOWED_ORIGINS=
# ─── AI Engine ──────────────────────────────────────────────
GEMINI_API_KEY=
OLLAMA_BASE_URL=
OLLAMA_MODEL=
AI_PROVIDER=
# ─── Scan Limits ────────────────────────────────────────────
MAX_FILE_SIZE_MB=
MAX_SCAN_FILES=
UPLOAD_DIR=
# ─── GitHub Integration (optional) ──────────────────────────
GITHUB_TOKEN=
# ─── GitLab Integration (optional) ──────────────────────────
GITLAB_TOKEN=
# ─── Dependency Scanning APIs ───────────────────────────────
NVD_API_KEY=
OSV_API_URL=
# ─── Frontend ───────────────────────────────────────────────
VITE_API_URL=
VITE_WS_URL=