PORT=3000

DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_NAME=bus_system

SESSION_SECRET=change_this_secret_key
FRONTEND_URL=http://localhost:5173
