{
  "endpoint": "https://connectit-api-production.up.railway.app",
  "engine": "postgres",
  "dsn": "host=localhost port=5432 user=metrics_ro password=CHANGE_ME dbname=postgres sslmode=disable",
  "interval_seconds": 60,
  "label": "prod-pg-1",

  "_sqlserver_dsn_example": "sqlserver://metrics_ro:CHANGE_ME@localhost:1433?database=master&encrypt=disable",
  "_note": "Use a READ-ONLY login. Copy this file to config.json and fill in your values. engine = postgres | sqlserver."
}
