12 lines
248 B
TOML
12 lines
248 B
TOML
# Surreal config
|
|
surreal_url = "localhost:8000"
|
|
surreal_username = "root"
|
|
surreal_password = "root"
|
|
surreal_ns = "test"
|
|
surreal_db = "v1.19.5"
|
|
|
|
# Crawler config
|
|
crawl_filter = "en.wikipedia.org"
|
|
start_url = "https://en.wikipedia.org"
|
|
budget = 100
|