# ─── Backend API ─────────────────────────────────────────────────
# Port for the backend API server
# Assumed: 1337 (inomotic/cms Strapi default port; update if different)
API_PORT=1337

# ─── Custom URL (override) ──────────────────────────────────────
# If set, API_PORT is ignored and this URL is used directly
# API_URL=http://192.168.1.100:8080
