mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
feat: migrate to unified Parquet format with instant GitHub setup and 4x faster tagging
This commit is contained in:
parent
e9e949aae3
commit
8435312c8f
58 changed files with 11921 additions and 3961 deletions
10
.env.example
10
.env.example
|
|
@ -27,9 +27,17 @@ THEME=system # system|light|dark (initial default; user p
|
|||
# DECK_EXPORTS=/app/deck_files # Where finished deck exports are read by Web UI.
|
||||
# OWNED_CARDS_DIR=/app/owned_cards # Preferred directory for owned inventory uploads.
|
||||
# CARD_LIBRARY_DIR=/app/owned_cards # Back-compat alias for OWNED_CARDS_DIR.
|
||||
# CSV_FILES_DIR=/app/csv_files # Override CSV base dir (use test snapshots or alternate datasets)
|
||||
# CSV_FILES_DIR=/app/csv_files # Override CSV base dir (DEPRECATED v3.0.0+, use CARD_FILES_* instead)
|
||||
# CARD_INDEX_EXTRA_CSV= # Inject an extra CSV into the card index for testing
|
||||
|
||||
# Parquet-based card files (v3.0.0+)
|
||||
# CARD_FILES_DIR=card_files # Base directory for Parquet files (default: card_files)
|
||||
# CARD_FILES_RAW_DIR=card_files/raw # Raw MTGJSON Parquet files (default: card_files/raw)
|
||||
# CARD_FILES_PROCESSED_DIR=card_files/processed # Processed/tagged Parquet files (default: card_files/processed)
|
||||
|
||||
# Legacy CSV compatibility (v3.0.0 only, removed in v3.1.0)
|
||||
# LEGACY_CSV_COMPAT=0 # Set to 1 to enable CSV fallback when Parquet loading fails
|
||||
|
||||
############################
|
||||
# Web UI Feature Flags
|
||||
############################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue