# Database DATABASE_URL=postgresql://workflow:CHANGE_DB_PASSWORD@localhost:5432/workflow_portal # JWT Secrets - MUST be changed before deploying! # Generate with: node -e "console.log(require('crypto').randomBytes(64).toString('hex'))" JWT_SECRET=GENERATE_A_STRONG_RANDOM_SECRET_HERE JWT_REFRESH_SECRET=GENERATE_ANOTHER_STRONG_RANDOM_SECRET_HERE # Server PORT=4000 NODE_ENV=development # CORS - set to your frontend URL in production CORS_ORIGIN=http://localhost:3000