20 lines
370 B
YAML
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"
|