MONGO_URI=mongodb+srv://devlearningcircle_db_user:JdcnS1q7dZq183wL@cluster0.tn62rly.mongodb.net/school_portal?retryWrites=true&w=majority&appName=SchoolCRM

# JWT
JWT_SECRET="school_db_secret_key"
JWT_EXPIRES_IN=1d


RAZORPAY_KEY_ID=yefgy
RAZORPAY_KEY_SECRET=sk_test_...

FRONTEND_URL=http://localhost:3000
PORT=3001

# SMTP (any provider: SES SMTP, Gmail SMTP, Mailgun SMTP, etc.)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=saikatmudi012@gmail.com
SMTP_PASS=qvtqmlzipcnpzdaw
SMTP_FROM="School Nexus"

# Twilio
TWILIO_SID=ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWILIO_TOKEN=your_twilio_token
TWILIO_FROM=+1XXXXXXXXXX

NODE_ENV=developmentnpm 