Files
Arkie-Library-Frontend/.env.example

19 lines
573 B
Plaintext
Raw Normal View History

2026-05-16 18:14:55 +08:00
# API origin. Leave empty for same-origin/local Vite proxy.
VITE_API_URL=
# Reown / WalletConnect project id. Required for WalletConnect QR/mobile login.
VITE_WALLETCONNECT_PROJECT_ID=
# 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) while backend /api/posts
# endpoints are not yet ready. Set to "false" to hit real API.
VITE_USE_MOCK_POSTS=true