Skip to content
Snippets Groups Projects
config.json.example 451 B
Newer Older
{
  "admin_username": "admin",
  "admin_password": "admin",
  "hostname": "localhost:3000",
  "inventory_provider": "http://inventory-provider01.geant.org:8080",
  "datasources": {
    "influxdb": {
      "name": "PollerInfluxDB",
      "type": "influxdb",
      "access": "proxy",
      "url": "http://test-poller-ui01.geant.org:8086",
      "database": "poller",
      "basicAuth": false,
      "isDefault": true,
      "readOnly": false
    }
  }
}