mirror of
https://git.meshkee.com/Meshkee/dashboards.git
synced 2026-08-11 22:30:58 +04:30
Also preserve item description line breaks and use local ported invoice links in DEV. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
634 B
Bash
14 lines
634 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
|
|
|
|
# Local public invoice viewer runs on super-admin Vite (port 5174).
|
|
# In DEV, copy/open links use https://meshkee.app:5174/invoices/{id} automatically.
|
|
# VITE_INVOICE_PUBLIC_BASE_URL=https://meshkee.app:5174
|
|
# VITE_INVOICE_PUBLIC_DEV_HOST=meshkee.app
|
|
# VITE_INVOICE_PUBLIC_DEV_PORT=5174
|