-
Bjarke Madsen authoredBjarke Madsen authored
config.json.example 737 B
{
"admin_username": "admin",
"admin_password": "admin",
"hostname": "localhost:3000",
"inventory_provider": "http://inventory-provider01.geant.org:8080",
"reporting_provider": "http://prod-tableau-wdc.geant.org:9090",
"datasources": {
"influxdb": {
"name": "PollerInfluxDB",
"type": "influxdb",
"access": "proxy",
"jsonData": {
"httpMode": "POST",
"timeInterval": "5m"
},
"url": "https://prod-influxdb-data01.geant.org:8086",
"database": "brian",
"basicAuth": false,
"isDefault": true,
"readOnly": false,
"user": "username",
"secureJsonData": {
"password": "password"
}
}
},
"ignored_folders": [
"web"
]
}