11 lines
210 B
TOML
11 lines
210 B
TOML
# Surreal config
|
|
surreal_url = "localhost:8000"
|
|
surreal_username = "root"
|
|
surreal_password = "root"
|
|
surreal_ns = "test"
|
|
surreal_db = "v1.18.1"
|
|
|
|
# Crawler config
|
|
crawl_filter = "en.wikipedia.com"
|
|
budget = 1000
|