PORT=5827
JWT_SECRET=not-used
DB_HOST=localhost
DB_USER=student
DB_PASSWORD=
DB_NAME=LMS
DB_PORT=3306
SESSION_SECRET=change-me
FRONTEND_URL=http://localhost:5828
