# Server Configuration
PORT=3000
NODE_ENV=development

# MySQL Database Configuration
DB_HOST=localhost
DB_USER=techpale_campususer26
DB_PASSWORD="Tech$#@2026"
DB_NAME=techpale_babicha

# JWT (JSON Web Token) Secrets
# Isko kisi strong random string se replace kar dijiyega production ke liye
JWT_SECRET=super_secret_jwt_key_for_babicha_app
JWT_EXPIRES_IN=15m

# Google OAuth 2.0 Credentials (Customer Login ke liye)
# Jab aap Google Cloud Console par app banayenge tab yeh details milengi
GOOGLE_CLIENT_ID=your_google_client_id_here
GOOGLE_CLIENT_SECRET=your_google_client_secret_here