You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
512 B
15 lines
512 B
# Локальная разработка с 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
|
|
|