
* Add pino and pino-pretty to every package, to fix logger failing * Fix taxes child logger * Fix Search child logger * Update examples .env * changeset
11 lines
No EOL
386 B
Text
11 lines
No EOL
386 B
Text
APL=file
|
|
# 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=
|
|
# Encryption key used by the EncryptedSettingsManager. Required by the production builds
|
|
SECRET_KEY=
|
|
|
|
APP_LOG_LEVEL=info |