# Checkpoint 6 VPS example config for the raw Polymarket order-book collector. # Copy to /etc/orderbooks/polymarket_collector.vps.yaml on a VPS and edit paths # if the service uses a different data directory. discovery_path: /var/lib/orderbooks/discovery/polymarket_btc_markets_latest.json output_dir: /var/lib/orderbooks/raw_orderbooks manifest_path: /var/lib/orderbooks/manifests/polymarket_orderbook_collector_latest.json market_limit: 2 interval_seconds: 30 duration_seconds: 300 market_end_safety_seconds: 420 clob_books_url: https://clob.polymarket.com/books request_timeout_seconds: 15 max_retries: 2 backoff_seconds: 2