Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose env variable in env file HTTP_IP_FILTER_ENABLED #296

Merged
merged 2 commits into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions common.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ DEFAULT_CHANNEL_SLUG=default-channel
# Note: recommended value is False for production usage,
# refer to documentation for more details.
HTTP_IP_FILTER_ALLOW_LOOPBACK_IPS=True
# https://docs.saleor.io/docs/3.x/setup/configuration#http_ip_filter_enabled
# Set to False to enable local apps development using docker host
# Read more: https://docs.saleor.io/docs/3.x/developer/extending/apps/local-app-development
# Note: recommended value for production is True
HTTP_IP_FILTER_ENABLED=True