-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 813 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (18 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/vidyasetu"
DIRECT_URL="postgresql://postgres:postgres@localhost:5432/vidyasetu"
JWT_SECRET="replace-with-local-secret"
NEXTAUTH_URL="http://localhost:3000"
# Internal Python AI service. The same key must be configured as
# AI_INTERNAL_API_KEY in services/ai/.env.
AI_SERVICE_URL="http://localhost:8001"
AI_SERVICE_API_KEY="replace-with-at-least-32-characters"
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""
# Cloudinary is optional for now. Add these only when working on upload/media features.
# CLOUDINARY_CLOUD_NAME=""
# CLOUDINARY_API_KEY=""
# CLOUDINARY_API_SECRET=""
# Optional override for learner markdown content seeding.
# Defaults to ./seed-data/learner-md.
# LEARNER_MD_ROOT="/absolute/path/to/data_learner_md"
# CONTENT_SEED_DRY_RUN=true