2023-02-07 19:25:36 +00:00
|
|
|
# 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"
|
2023-05-10 14:57:20 +00:00
|
|
|
APP_LOG_LEVEL=info
|
2023-02-07 19:25:36 +00:00
|
|
|
# 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=
|