2023-02-09 09:41:54 +00:00
|
|
|
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
|
2023-05-10 14:57:20 +00:00
|
|
|
SECRET_KEY=
|
|
|
|
|
|
|
|
APP_LOG_LEVEL=info
|