internet_mapper/Crawler.toml
2025-08-04 23:02:05 +00:00

13 lines
320 B
TOML

# Surreal config
surreal_url = "localhost:8000"
surreal_username = "root"
surreal_password = "root"
surreal_ns = "test"
surreal_db = "v1.21.1"
# Crawler config
crawl_filter = "https://ftpgeoinfo.msl.mt.gov/Data/Spatial/MSDI"
start_url = "https://ftpgeoinfo.msl.mt.gov/Data/Spatial/MSDI"
budget = 10000
batch_size = 50