Spaces:
Sleeping
Sleeping
| # MongoDB Connection | |
| MONGODB_URI=mongodb://localhost:27017/transcreation-sandbox | |
| # JWT Secret | |
| JWT_SECRET=your-super-secret-jwt-key-change-this-in-production | |
| # Server Port | |
| PORT=5000 | |
| # Environment | |
| NODE_ENV=development | |
| # Optional: External API Keys (for production) | |
| # REDDIT_API_KEY=your-reddit-api-key | |
| # TWITTER_API_KEY=your-twitter-api-key | |
| # TWITTER_API_SECRET=your-twitter-api-secret |