Files
dashboards/apps/super-admin/.env.example
T
Alireza HassaniandCursor 8f4af7a16c Add super-admin invoices: settings templates and per-business issue flow.
Platform invoice templates live under Settings; each business can list and issue invoices with optional name and a meshkee.com public link.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 20:59:34 +03:30

7 lines
380 B
Bash

VITE_API_BASE_URL=http://localhost:3000/api/v1
# Hostname for this dashboard (meshkee.app in production).
VITE_ADMIN_DOMAIN=meshkee.app
# Public domain used in platform invoice links (https://{domain}/invoices/{id}).
VITE_INVOICE_PUBLIC_DOMAIN=meshkee.com
# Local HTTPS certs (gitignored): mkcert -cert-file .certs/meshkee.app.pem -key-file .certs/meshkee.app-key.pem meshkee.app