Files
saleor-core-extensions/.env.example
T
Lukasz Ostrowski 70ddc8a4dc update schema (#293)
2026-03-06 12:07:46 +01:00

8 lines
465 B
Bash

# Local development variables. When developped locally with Saleor inside docker, these can be set to:
#
# APP_IFRAME_BASE_URL = http://localhost:3000, so Dashboard on host can access iframe
# APP_API_BASE_URL=http://host.docker.internal:3000 - so Saleor can reach App running on host, from the container.
#
# If developped with tunnels, set this empty, it will fallback to address the app is reached from (default port 3000).
APP_IFRAME_BASE_URL=
APP_API_BASE_URL=