example-config.ini 581 B

1234567891011121314151617181920212223242526
  1. [server]
  2. host = 0.0.0.0
  3. port = 8087
  4. [proxy]
  5. # Single proxy (comment out to use list_file instead)
  6. #proxy = "socks5://127.0.0.1:9050"
  7. # Or use a proxy list file (one proxy per line)
  8. #list_file = proxies.txt
  9. #max_retries = 3
  10. # Randomize proxy credentials for each request
  11. #randomize_username = true
  12. #randomize_password = true
  13. [cache]
  14. # Directory to store cached responses
  15. #dir = /tmp/omnisearch_cache
  16. # Cache TTL for search results in seconds (default: 3600 = 1 hour)
  17. #ttl_search = 3600
  18. # Cache TTL for infobox data in seconds (default: 86400 = 24 hours)
  19. #ttl_infobox = 86400