-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 1.2 KB
/
.env.example
File metadata and controls
29 lines (23 loc) · 1.2 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
# ─── Application ────────────────────────────
NODE_ENV=development
NEXT_PUBLIC_APP_URL=http://localhost:3000
# ─── Database ───────────────────────────────
DATABASE_URL=postgresql://ceevee:ceevee_password@localhost:5432/ceevee
# ─── Authentication ─────────────────────────
JWT_SECRET=your-super-secret-jwt-key-min-32-chars
ADMIN_USERNAME=admin
ADMIN_PASSWORD=initial-admin-password-change-me
# ─── Anthropic (Claude) ────────────────────
ANTHROPIC_API_KEY=sk-ant-xxxxx
# ─── File Storage (MinIO for dev) ──────────
STORAGE_PROVIDER=minio
MINIO_ENDPOINT=localhost
MINIO_PORT=9000
MINIO_ACCESS_KEY=minioadmin
MINIO_SECRET_KEY=minioadmin
MINIO_BUCKET=ceevee-uploads
MINIO_USE_SSL=false
# ─── Redis ──────────────────────────────────
REDIS_URL=redis://localhost:6379
# ─── PDF Generation ────────────────────────
PUPPETEER_EXECUTABLE_PATH=