saleor-apps-redis_apl/apps/invoices/.env.test
Lukasz Ostrowski dab0f937dd
Invoices: Add debug logs and better temp pdf location (#265)
* Invoices: Add debug logs and better temp pdf location

* Fix test

* maybe fix test

* log debug test

* set local dirname

* wip

* wip

* wip
2023-03-15 09:38:13 +01:00

11 lines
No EOL
489 B
Text

# 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=_temp
#"fatal" | "error" | "warn" | "info" | "debug" | "trace"
APP_DEBUG=silent
# 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=