# Copy this file to .env and update with your values # Database DB_HOST=localhost DB_PORT=5432 DB_NAME=saas_automation DB_USER=postgres DB_PASSWORD=password # Backend JWT_SECRET=your_super_secret_jwt_key_change_this JWT_EXPIRES_IN=24h PORT=3001 # Frontend NEXT_PUBLIC_API_URL=http://localhost:3001 # n8n N8N_BASE_URL=http://localhost:5678 N8N_API_KEY=your_n8n_api_key