mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-22 04:50:46 +02:00
28 lines
729 B
Text
28 lines
729 B
Text
# Copy this file to `.env` and adjust values to your needs.
|
|
|
|
# Set to 'headless' to auto-run the non-interactive mode on container start
|
|
# DECK_MODE=headless
|
|
|
|
# Optional JSON config path (inside the container)
|
|
# If you mount ./config to /app/config, use:
|
|
# DECK_CONFIG=/app/config/deck.json
|
|
|
|
# Common knobs
|
|
# DECK_COMMANDER=Pantlaza
|
|
# DECK_PRIMARY_CHOICE=2
|
|
# DECK_SECONDARY_CHOICE=2
|
|
# DECK_TERTIARY_CHOICE=2
|
|
# DECK_ADD_CREATURES=true
|
|
# DECK_ADD_NON_CREATURE_SPELLS=true
|
|
# DECK_ADD_RAMP=true
|
|
# DECK_ADD_REMOVAL=true
|
|
# DECK_ADD_WIPES=true
|
|
# DECK_ADD_CARD_ADVANTAGE=true
|
|
# DECK_ADD_PROTECTION=true
|
|
# DECK_USE_MULTI_THEME=true
|
|
# DECK_ADD_LANDS=true
|
|
# DECK_FETCH_COUNT=3
|
|
# DECK_DUAL_COUNT=
|
|
# DECK_TRIPLE_COUNT=
|
|
# DECK_UTILITY_COUNT=
|
|
|