# Environment Variables NODE_ENV=development PORT=3001 CLIENT_URL=http://localhost:3000 # Database MONGODB_URI=mongodb://localhost:27017/etsy-tracker # JWT Secret (change in production) JWT_SECRET=your-super-secret-jwt-key-change-this-in-production # Session Secret (change in production) SESSION_SECRET=your-super-secret-session-key-change-this-in-production # Etsy API (personal-use app from etsy.com/developers) # ETSY_API_KEY is the app keystring; ETSY_REDIRECT_URI must exactly match a # callback URL registered in the Etsy app settings ETSY_API_KEY=your-etsy-keystring ETSY_REDIRECT_URI=https://etsy.plexultra.com/api/etsy/callback