DB_HOST=localhost
DB_USER=root
DB_PASSWORD=            # Leave empty if you don't use a database password
DB_NAME=stock           # <--- Change this line to match your database name
JWT_SECRET=berwashop_secret_key_2026
PORT=5001