-
-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy path.env.example
More file actions
16 lines (12 loc) · 739 Bytes
/
.env.example
File metadata and controls
16 lines (12 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copy to .env and fill for local dev. In CI these come from repo secrets/vars.
# Base URL of the mx-core API the admin talks to (e.g. http://localhost:2333/api/v2).
# Empty falls back to same-origin; in this monorepo the sibling app apps/core serves it.
VITE_APP_BASE_API=
# Public-facing URL of the blog frontend (Shiroi), used for "view on site" links.
VITE_APP_WEB_URL=
# Optional Socket.IO / real-time gateway base URL. Empty derives from the API origin.
VITE_APP_GATEWAY=
# Production asset base path (Vite `base`). Must match how mx-core serves admin
# under /proxy/qaqdmin. Empty ("") = relative paths, which is the safe default.
# Only set this if assets are hosted under a non-root path. Ignored in dev.
VITE_APP_PUBLIC_URL=