Fixing JSON in README

This commit is contained in:
Thomas Roehl 2021-05-18 15:55:34 +02:00
parent f3697b9991
commit b7789cc723

View File

@ -34,12 +34,12 @@ Supported metrics are documented [here](https://github.com/ClusterCockpit/cc-spe
"topprocs",
"cpustat",
"nvidia"
]
],
"receiver": {
"type": "none"
"type": "none",
"address": "127.0.0.1",
"port": "4222",
"database": "testdb",
"database": "testdb"
}
}
```