# Set dir where temp PDF will be stored. For Vercel use tmp # https://vercel.com/guides/how-can-i-use-files-in-serverless-functions TEMP_PDF_STORAGE_DIR= #"fatal" | "error" | "warn" | "info" | "debug" | "trace" APP_LOG_LEVEL=info # Optional # Regex pattern consumed conditionally to restrcit app installation to specific urls. # See api/register.tsx # Leave empty to allow all domains # Example: "https:\/\/.*.saleor.cloud\/graphql\/" to enable Saleor Cloud APIs ALLOWED_DOMAIN_PATTERN= # Local development variables. When developped locally with Saleor inside docker, these can be set to: # APP_IFRAME_BASE_URL = http://localhost:3000, so Dashboard on host can access iframe # APP_API_BASE_URL=http://host.docker.internal:3000 - so Saleor can reach App running on host, from the container. # If developped with tunnels, set this empty, it will fallback to default Next's localhost:3000 # https://docs.saleor.io/docs/3.x/developer/extending/apps/local-app-development APP_IFRAME_BASE_URL= APP_API_BASE_URL=