This commit is contained in:
Fabian Märki
2018-11-09 16:09:19 +01:00
parent 980ddc2098
commit 84520b9b9e

View File

@ -6,8 +6,8 @@ queryrest.response.fields.event.query=channel,backend,pulseId,globalSeconds,iocS
queryrest.response.fields.event.query.aggregations=min,mean,max queryrest.response.fields.event.query.aggregations=min,mean,max
# defines the fields that are included in the response of a config query # defines the fields that are included in the response of a config query
queryrest.response.fields.config.query=name,backend,pulseId,globalSeconds,type,shape,source queryrest.response.fields.config.query=name,backend,pulseId,globalSeconds,type,shape,source,unit
queryrest.response.fields.config.historic=name,backend,type,shape,source,description queryrest.response.fields.config.historic=name,backend,type,shape,source,description,unit
# defines if the writer is a local writer (can write data to filesystem) # defines if the writer is a local writer (can write data to filesystem)
filestorage.writer.local=false filestorage.writer.local=false