# Server Configuration PORT=3001 # CORS Origins (comma-separated) CORS_ORIGINS=http://localhost:5173,http://localhost:3000 # Crownpeak DQM API DQM_API_BASE_URL=https://api.crownpeak.net/dqm-cms/v1 # JWT Secret (for session tokens) # Generate a secure secret: openssl rand -base64 32 JWT_SECRET=your-secret-key-change-in-production # Redis Configuration (Optional - for persistent sessions) # If not set, will use in-memory storage (sessions lost on restart) # REDIS_URL=redis://localhost:6379 # For Redis Cloud: redis://username:password@host:port # For AWS ElastiCache: redis://your-elasticache-endpoint:6379 # Crownpeak DQM Credentials WEBSITE_ID= API_KEY=