# Database Configuration DB_NAME=ecommerce_db DB_USER=root DB_PASSWORD= DB_HOST=localhost # JWT Secrets JWT_SECRET=ecommerce_jwt_secret_key_2026_secure_token_xyz789abc ADMIN_JWT_SECRET=admin_jwt_secret_key_2026_super_secure_abc123xyz # Application URLs FRONTEND_URL=http://localhost:3000 BASE_URL=http://localhost:5000 # Email Configuration (Gmail) EMAIL_USER=noreply.ecommerce@gmail.com EMAIL_PASSWORD=abcd efgh ijkl mnop # Google OAuth (optional) GOOGLE_CLIENT_ID=123456789012-abcdefghijklmnopqrstuvwxyz123456.apps.googleusercontent.com GOOGLE_CLIENT_SECRET=GOCSPX-abcdefghijklmnopqrstuvwxyz # Social Media Links (optional) FACEBOOK_URL=https://facebook.com/ecommerce-store TWITTER_URL=https://twitter.com/ecommerce_store INSTAGRAM_URL=https://instagram.com/ecommerce_store # Other Configuration NODE_ENV=development PORT=5000 LOGO_URL=http://localhost:5000/static/image/STRIKETECH-1.png NEXT_PUBLIC_API_URL=http://localhost:5000