mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
influxdb: remove unused configuration
This commit is contained in:
parent
ebc60ed3a1
commit
3e5c0074e2
1 changed files with 1 additions and 8 deletions
|
@ -3,13 +3,6 @@ nodes = {
|
|||
type = "influxdb",
|
||||
|
||||
server = "localhost:8089",
|
||||
key = "villas",
|
||||
out = {
|
||||
signals = ( # The signal name will be used as fields for the InfluxDB
|
||||
{ name = "a" },
|
||||
{ name = "b" },
|
||||
{ name = "c" },
|
||||
)
|
||||
}
|
||||
key = "villas"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue