PORT=5000
NODE_ENV=development
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=
DB_NAME=bus02
SESSION_SECRET=change_this_to_a_long_random_secret
CLIENT_URL=http://localhost:5173
