common.env 488 B

123456789
  1. DEFAULT_CHANNEL_SLUG=default-channel
  2. # Note: recommended value is False for production usage,
  3. # refer to documentation for more details.
  4. HTTP_IP_FILTER_ALLOW_LOOPBACK_IPS=True
  5. # https://docs.saleor.io/docs/3.x/setup/configuration#http_ip_filter_enabled
  6. # Set to False to enable local apps development using docker host
  7. # Read more: https://docs.saleor.io/docs/3.x/developer/extending/apps/local-app-development
  8. # Note: recommended value for production is True
  9. HTTP_IP_FILTER_ENABLED=True