# =========================================== # Environment Variables Template # =========================================== # Copy this file to .env and fill in real values. # NEVER commit .env to version control. # Backend NODE_ENV=development PORT=3010 DATABASE_URL=postgresql://user:password@localhost:5432/dbname # Frontend NEXT_PUBLIC_API_URL=http://localhost:3010/api # Authentication (if applicable) # JWT_SECRET=your-secret-here # JWT_EXPIRES_IN=7d