@@ -35,15 +35,28 @@ procs = cf
3535# stored in /etc/channelfinderapi.conf as described in the client
3636
3737[cf]
38- # a space-separated list of infotags to set as CF Properties
39- #infotags = archive foo bar blah
40- # List environment variables that should be written as channel finder properties
38+ # cf-store application
39+ # Uncomment line below to turn on the feature to add alias records to channelfinder
40+ # alias = on
41+ # Uncomment line below to turn on the feature to add EPICS record type to channelfinder
42+ # recordType = on
43+ # Uncomment line below to turn on the feature to add description field to channelfinder
44+ # recordDesc = on
45+ # The size limit for finding channels (ie the value of the '~size' query parameter)
46+ # If not specified then the fallback is the server default
47+ # findSizeLimit = 10000
48+ # Mark all channels as 'Inactive' when processor is stopped (default: True)
49+ # cleanOnStop = True
50+ # Mark all channels as 'Inactive' when processor is started (default: True)
51+ # cleanOnStart = True
52+ # Specify an optional id for the recceiver to be used with cleanOnStart and cleanOnStop
53+ # default value is the hostname of the machine the python interpreter is started on
54+ # recceiverID = recc1
55+ # Debug output file location.
56+ # Produces no file when not defined.
57+ # debug_file_loc = /home/devuser/recsyncdata.txt
4158#
4259# Comma-separated list of VARIABLE:PropertyName,
4360# specifying which environment VARIABLEs to pass on to the channel finder
4461# and defining the corresponding PropertyName
4562#environment_vars=ENGINEER:Engineer,EPICS_BASE:EpicsVersion,PWD:WorkingDirectory
46- # Turn on optional alias and recordType properties
47- #alias = on
48- #recordType = on
49- #recordDesc = on
0 commit comments