NODE_ENV=production
PORT=3000

# MySQL - replace with the database you create in cPanel
# (cPanel prefixes names, e.g. cpaneluser_xperiencegokart / cpaneluser_dbuser)
DB_HOST=localhost
DB_PORT=3306
DB_NAME=xperiencegokart
DB_USER=root
DB_PASSWORD=Xperience26!

# Change this to a long random string before going live
JWT_SECRET=change_me_to_a_long_random_string
JWT_EXPIRES_IN=8h

# Your live site URL (used for CORS)
CLIENT_URL=https://your-domain.com
