Files
Arkie-Library-Frontend/.env.example
2026-05-27 10:40:02 +08:00

16 lines
478 B
Plaintext

# API origin. Leave empty for same-origin/local Vite proxy.
VITE_API_URL=
# Public production deploy disables admin routes.
VITE_DISABLE_ADMIN=false
# Admin-only build mode.
VITE_ADMIN_ONLY=false
# Optional admin UI base path. Leave empty to use default app behavior.
VITE_ADMIN_UI_PREFIX=
# Use mock Post data (Telegram-style resource stream) only when explicitly enabled.
# Default production/staging behavior should hit the real /api/posts API.
VITE_USE_MOCK_POSTS=false