PORT=5555
JWT_SECRET=exam_jwt_secret_change_in_production
DB_HOST=localhost
DB_USER=student
DB_PASSWORD=
DB_NAME=SCMS
DB_PORT=3306
