1
0
Fork 0
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:
Steffen Vogel 2020-03-10 22:34:11 +01:00 committed by Steffen Vogel
parent ebc60ed3a1
commit 3e5c0074e2

View file

@ -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"
}
}