# LinkUsaha Go backend base URL (no trailing slash).
# Set this to enable the real API for BOTH the /admin dashboard and the public
# storefront (products, categories, checkout via /public/<slug>/*). Leave
# unset/empty to run entirely on in-memory / local mock data (no backend needed).
# The storefront's tenant slug lives in config/site.config.ts.
NEXT_PUBLIC_API_URL=https://api.tokoqu.id
