-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
31 lines (27 loc) · 1.34 KB
/
.env.example
File metadata and controls
31 lines (27 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Legal Markdown - Developer Environment Overrides
#
# Copy to .env for local development.
# These override cosmiconfig values (see: legal-md config)
#
# Merge order: defaults → global config → project config → process.env → CLI flags
# =============================================================================
# LOGGING (useful for debugging)
# =============================================================================
# LOG_LEVEL=debug # error | warn | info | debug
# DEBUG=true # enable verbose debug output
# =============================================================================
# PATHS (override for local dev setup)
# =============================================================================
# IMAGES_DIR=src/assets/images
# STYLES_DIR=src/styles
# DEFAULT_INPUT_DIR=input
# DEFAULT_OUTPUT_DIR=output
# ARCHIVE_DIR=processed
# =============================================================================
# PROCESSING
# =============================================================================
# LEGAL_MD_VALIDATION_MODE=strict # strict | permissive | auto
# =============================================================================
# PDF
# =============================================================================
# LEGAL_MD_PDF_CONNECTOR=auto # auto | puppeteer | system-chrome | weasyprint