Files
dashboards/apps/business/.env.example
T
Alireza HassaniandCursor 2be3b3376d Polish public invoice layout: account grid, duration, and copy-to-clipboard.
Also preserve item description line breaks and use local ported invoice links in DEV.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-11 16:03:33 +03:30

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