NODE_ENV=development PORT=3000 DATABASE_URL=postgresql://postgres:postgres@localhost:5432/shokuninmarche REDIS_URL=redis://localhost:6379 JWT_SECRET=your_jwt_secret_here JWT_REFRESH_SECRET=your_refresh_secret_here