- veins → shunts rename - add cfg/standalone/ and cfg/<room>/ structure - remove old data/*.json (moved to cfg/<room>/data/) - update build.py and ctrl scripts
17 lines
342 B
Plaintext
17 lines
342 B
Plaintext
# MercadoPago (MOCK) Vein Configuration
|
|
API_PORT=8006
|
|
|
|
# Mock data settings
|
|
MOCK_DATA_PATH=./mock_data
|
|
|
|
# Mock behavior
|
|
ENABLE_RANDOM_DELAYS=true
|
|
MIN_DELAY_MS=200
|
|
MAX_DELAY_MS=800
|
|
|
|
# Simulate errors
|
|
ERROR_RATE=0.0 # 0.0 to 1.0 (0% to 100%)
|
|
|
|
# Default payment status for testing
|
|
DEFAULT_PAYMENT_STATUS=approved # approved, pending, rejected
|