3dec3ea720
Made-with: Cursor
16 lines
512 B
Plaintext
16 lines
512 B
Plaintext
# Локальная разработка с 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
|