mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
chore: prep 2.3.1 docs and note Hero creature handling
This commit is contained in:
parent
2c4eb4ba23
commit
4f7d39acba
11 changed files with 1036 additions and 226 deletions
15
.env.example
15
.env.example
|
|
@ -13,7 +13,7 @@
|
|||
# HOST=0.0.0.0 # Uvicorn bind host (only when APP_MODE=web).
|
||||
# PORT=8080 # Uvicorn port.
|
||||
# WORKERS=1 # Uvicorn worker count.
|
||||
APP_VERSION=v2.2.10 # Matches dockerhub compose.
|
||||
APP_VERSION=v2.3.1 # Matches dockerhub compose.
|
||||
|
||||
############################
|
||||
# Theming
|
||||
|
|
@ -50,6 +50,19 @@ WEB_THEME_PICKER_DIAGNOSTICS=0 # 1=enable uncapped synergies, diagnostics f
|
|||
# RANDOM_UI=1 # Show Surprise/Reroll/Share controls in UI
|
||||
# RANDOM_MAX_ATTEMPTS=5 # Cap retry attempts for constrained random builds
|
||||
# RANDOM_TIMEOUT_MS=5000 # Per-attempt timeout (ms)
|
||||
# HEADLESS_RANDOM_MODE=1 # Force headless runner to invoke random flow instead of scripted build
|
||||
# RANDOM_THEME=Treasure # Legacy single-theme alias (maps to primary theme if others unset)
|
||||
# RANDOM_PRIMARY_THEME=Treasure # Primary theme slug (case-insensitive)
|
||||
# RANDOM_SECONDARY_THEME=Artifacts # Secondary theme slug
|
||||
# RANDOM_TERTIARY_THEME=Tokens # Tertiary theme slug
|
||||
# RANDOM_AUTO_FILL=1 # Auto-fill missing secondary/tertiary slots
|
||||
# RANDOM_AUTO_FILL_SECONDARY=1 # Explicit secondary auto-fill override (fallback from RANDOM_AUTO_FILL)
|
||||
# RANDOM_AUTO_FILL_TERTIARY=1 # Explicit tertiary auto-fill override (fallback from RANDOM_AUTO_FILL)
|
||||
# RANDOM_STRICT_THEME_MATCH=0 # Require strict commander theme matches
|
||||
# RANDOM_CONSTRAINTS= # Inline JSON or path to JSON constraints for random selection
|
||||
# RANDOM_CONSTRAINTS_PATH= # Alternate path-based constraints override (takes precedence if set)
|
||||
# RANDOM_SEED= # Optional deterministic seed (int or string)
|
||||
# RANDOM_OUTPUT_JSON=deck_files/random_build.json # Where to write random build metadata payload
|
||||
|
||||
############################
|
||||
# Automation & Performance (Web)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue