Initial commit: Edu Helper (Docker, React, Express, Prisma)
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Локальная разработка с PostgreSQL (например docker compose up db -d)
|
||||
DATABASE_URL="postgresql://edu:edu@localhost:5432/edu_helper"
|
||||
|
||||
JWT_SECRET="dev-secret-min-32-characters-long-string!"
|
||||
|
||||
# Первый запуск при пустой БД (npm run db:seed)
|
||||
SEED_TUTOR_USERNAME=alexey
|
||||
SEED_STUDENT_USERNAME=konstantin
|
||||
SEED_TUTOR_PASSWORD=your-tutor-password
|
||||
SEED_STUDENT_PASSWORD=your-student-password
|
||||
|
||||
# Опционально
|
||||
# DEEPSEEK_API_KEY=
|
||||
# PORT=3001
|
||||
# COOKIE_SECURE=true
|
||||
Reference in New Issue
Block a user