Files
mtgonline/backend/.env.example
T

21 lines
473 B
Bash

# MTG Online - Environment Configuration
# Database Configuration
MTG_DATABASE_URL=postgresql+psycopg2://mtgonline:mtgonline_pass@172.18.0.2:5432/mtgdata
# Backend Server
MTG_BACKEND_URL=http://localhost:5555
# MTGJSON Data
MTGJSON_DATA_DIR=/data/mtgjson
MTGJSON_URL=https://mtgjson.com/api/v5/
# Interaction Pipeline
MTG_INTERACTION_MIN_CONFIDENCE=0.5
MTG_INTERACTION_BATCH_SIZE=1000
MTG_INTERACTION_REVIEW_QUEUE=true
# Logging
MTG_LOG_LEVEL=INFO
MTG_LOG_FORMAT=json