# ─── Next.js frontend environment ───
# The Django REST backend is the data layer for this app.

# Base URL of the Django API (see djangobackend/)
# NEXT_PUBLIC_API_URL="https://ecommerceapi.ibitltd.com/api"
NEXT_PUBLIC_API_URL="http://127.0.0.1:8000/api"

# S3 bucket that hosts newly uploaded product images (for Next.js <Image> allow-list)
NEXT_PUBLIC_S3_CUSTOM_DOMAIN="ibit-s3-bucket-698220459285-ap-southeast-1-an.s3.ap-southeast-1.amazonaws.com"

# Steadfast keys are configured per store in Admin → Settings (not in .env).
