Files
redux-scraper/config/influxdb.yml
Dylan Knutson 752b8c3b2c dockerfile
2023-10-08 19:40:54 -07:00

20 lines
370 B
YAML

development:
host: "http://grafana:8086"
bucket: "redux_scraper_dev"
staging:
host: "http://grafana:8086"
bucket: "redux_scraper_dev"
production:
host: "http://10.166.33.66:8086"
bucket: "redux_scraper_prod"
worker:
host: "http://10.166.33.66:8086"
bucket: "redux_scraper_prod"
test:
host: "http://10.166.33.66:8086"
bucket: "redux_scraper_test"