# JNM Homeschool Platform Configuration # Copy this file to .env and fill in your values # Server PORT=5000 NODE_ENV=production # Database (PostgreSQL) DB_USER=your_database_user DB_PASSWORD=your_database_password DB_HOST=localhost DB_PORT=5432 DB_NAME=jnm_homeschool_db # JWT Authentication JWT_SECRET=change_this_to_a_random_string_at_least_32_characters # Email Notifications (optional - Gmail example) SMTP_HOST=smtp.gmail.com SMTP_PORT=587 SMTP_USER=your_email@gmail.com SMTP_PASS=your_app_password NOTIFICATION_FROM=noreply@jnmhomeschool.com # Frontend URL FRONTEND_URL=https://your-subdomain.yourdomain.com # File Upload UPLOAD_DIR=./uploads MAX_FILE_SIZE=10485760