2026-02-02 15:14:30 +05:30
|
|
|
# BentoPDF Environment Variables
|
|
|
|
|
# Copy this file to .env.production and configure as needed.
|
|
|
|
|
|
|
|
|
|
# CORS Proxy for digital signature certificate chain fetching
|
|
|
|
|
VITE_CORS_PROXY_URL=
|
|
|
|
|
VITE_CORS_PROXY_SECRET=
|
|
|
|
|
|
|
|
|
|
# WASM Module URLs
|
|
|
|
|
# Pre-configured defaults enable advanced PDF features out of the box.
|
|
|
|
|
# For air-gapped / offline deployments, point these to your internal server (e.g., /wasm/pymupdf/).
|
2026-02-26 19:40:08 +05:30
|
|
|
VITE_WASM_PYMUPDF_URL=https://cdn.jsdelivr.net/npm/@bentopdf/pymupdf-wasm@0.11.16/
|
2026-02-02 15:14:30 +05:30
|
|
|
VITE_WASM_GS_URL=https://cdn.jsdelivr.net/npm/@bentopdf/gs-wasm/assets/
|
|
|
|
|
VITE_WASM_CPDF_URL=https://cdn.jsdelivr.net/npm/coherentpdf/dist/
|
2026-02-13 13:44:56 +05:30
|
|
|
|
2026-03-14 15:50:30 +05:30
|
|
|
# OCR assets (optional)
|
|
|
|
|
# Set all three together for self-hosted or air-gapped OCR.
|
|
|
|
|
# Leave empty to use Tesseract.js runtime defaults.
|
|
|
|
|
VITE_TESSERACT_WORKER_URL=
|
|
|
|
|
VITE_TESSERACT_CORE_URL=
|
|
|
|
|
VITE_TESSERACT_LANG_URL=
|
|
|
|
|
VITE_TESSERACT_AVAILABLE_LANGUAGES=
|
|
|
|
|
VITE_OCR_FONT_BASE_URL=
|
|
|
|
|
|
2026-02-13 13:44:56 +05:30
|
|
|
# Default UI language (build-time)
|
|
|
|
|
# Supported: en, ar, be, fr, de, es, zh, zh-TW, vi, tr, id, it, pt, nl, da
|
|
|
|
|
VITE_DEFAULT_LANGUAGE=
|
2026-02-14 21:38:58 +05:30
|
|
|
|
|
|
|
|
# Custom branding (build-time)
|
|
|
|
|
# Replace the default BentoPDF branding with your own.
|
|
|
|
|
# Place your logo file in the public/ folder and set the path relative to it.
|
|
|
|
|
VITE_BRAND_NAME=
|
|
|
|
|
VITE_BRAND_LOGO=
|
|
|
|
|
VITE_FOOTER_TEXT=
|