DATABASE_URL="postgresql://postgres:postgres@localhost:5432/yetanother?schema=public" JWT_SECRET="dev-secret-change-in-production" REDIS_URL="redis://localhost:6379" PORT=4000 HOST="0.0.0.0" NODE_ENV="development"