support multiple pageservers

This commit is contained in:
Christian Schwarz
2023-02-09 16:15:12 +01:00
parent 9817efd225
commit e0e86fc64f
2 changed files with 63 additions and 22 deletions

6
scraper.toml Normal file
View File

@@ -0,0 +1,6 @@
interval_secs = 60
environment = "prod"
[[pageservers]]
endpoint = "http://localhost:9898"
what = [ "ALL" ]