# URL de la API de EuroTrans
EUROTRANS_API_URL=https://ets2.lastgamestudio.fun

# --- Telemetria ---
# Lee del plugin SCS SDK estandar de la comunidad (Funbit/ets2-telemetry-server), puerto 25555
LAUNCHER_TELEMETRY_URL=http://127.0.0.1:25555/api/ets2/telemetry

# --- Intervalos ---
LAUNCHER_HEARTBEAT_INTERVAL_MS=30000
LAUNCHER_TELEMETRY_INTERVAL_MS=10000
LAUNCHER_VERSION=1.0.0

# Auto-aceptar el contrato disponible con mejor recompensa cuando no hay uno activo
LAUNCHER_AUTO_ACCEPT_CONTRACTS=true
