PORT=3000
FRONTEND_URL=http://localhost:5173
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_NAME=bus_booking
SESSION_SECRET=change_this_secret
NODE_ENV=development
