Files
warmbly/admin/.env.example
Matthew Meszaros 13c4ebb7a6 rename web-admin -> admin
Shorter, cleaner path. The 'web-' prefix was redundant given the dir
sits at the repo root next to web/ and is unambiguously the admin web
app. Git tracked the rename so blame + history follow through to the
new location.

Updated README.md and docs/VENDOR_LOCKIN.md references plus the package
README header. No code changes.
2026-05-27 16:17:47 +00:00

10 lines
376 B
Bash

# Same backend as the dashboard. Both apps talk to the same /admin/* API.
VITE_API_URL=http://localhost:8080
# Environment label shown in the topbar pill. One of: development | staging | production.
VITE_ENV_LABEL=development
# Optional: link back to the user-facing dashboard (used in the "Open
# dashboard" link in the user menu).
VITE_DASHBOARD_URL=http://localhost:5173