Files
dashboards/apps/business/.env.example
T
Alireza HassaniandCursor f566387c61 Initial commit: Meshkee dashboards monorepo.
Includes business, customer, and super-admin apps with shared packages and production deploy scripts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-22 13:48:53 +03:30

8 lines
346 B
Bash

# Backend API (NestJS)
VITE_API_BASE_URL=http://localhost:3000/api/v1
# Optional localhost-only fallback when not using business.{domain} in /etc/hosts.
# Leave unset for multi-tenant dev — tenant is resolved from hostname
# (e.g. business.sanihome.ir → sanihome.ir, business.safeteb.com → safeteb.com).
# VITE_BUSINESS_DOMAIN=sanihome.ir