Files
laliga-denuncias/.env.example

22 lines
677 B
Plaintext

# Example environment configuration
# Copy this file to .env and set your actual values
# URL to open in the browser
TARGET_URL=https://laligabares.com/denuncias/
# Run browser in headless mode (true/false)
# Set to false for debugging to see the browser window
HEADLESS=false
# Use mock data generation instead of denuncias.yml file (true/false)
# Set to true to generate realistic test data automatically
USE_MOCK_DATA=false
# Use Tor proxy for anonymity (true/false)
# When enabled, routes all browser traffic through Tor
USE_TOR=false
# Tor proxy address (SOCKS5)
# Default Tor proxy address, change if using custom Tor configuration
TOR_PROXY=socks5://127.0.0.1:9050