diff --git a/server/cf.conf b/server/cf.conf index 55dffe8..59ec2bf 100644 --- a/server/cf.conf +++ b/server/cf.conf @@ -35,15 +35,28 @@ procs = cf # stored in /etc/channelfinderapi.conf as described in the client [cf] -# a space-separated list of infotags to set as CF Properties -#infotags = archive foo bar blah -# List environment variables that should be written as channel finder properties +# cf-store application +# Uncomment line below to turn on the feature to add alias records to channelfinder +# alias = on +# Uncomment line below to turn on the feature to add EPICS record type to channelfinder +# recordType = on +# Uncomment line below to turn on the feature to add description field to channelfinder +# recordDesc = on +# The size limit for finding channels (ie the value of the '~size' query parameter) +# If not specified then the fallback is the server default +# findSizeLimit = 10000 +# Mark all channels as 'Inactive' when processor is stopped (default: True) +# cleanOnStop = True +# Mark all channels as 'Inactive' when processor is started (default: True) +# cleanOnStart = True +# Specify an optional id for the recceiver to be used with cleanOnStart and cleanOnStop +# default value is the hostname of the machine the python interpreter is started on +# recceiverID = recc1 +# Debug output file location. +# Produces no file when not defined. +# debug_file_loc = /home/devuser/recsyncdata.txt # # Comma-separated list of VARIABLE:PropertyName, # specifying which environment VARIABLEs to pass on to the channel finder # and defining the corresponding PropertyName #environment_vars=ENGINEER:Engineer,EPICS_BASE:EpicsVersion,PWD:WorkingDirectory -# Turn on optional alias and recordType properties -#alias = on -#recordType = on -#recordDesc = on diff --git a/server/demo.conf b/server/demo.conf index d9c6cca..5a4ceab 100644 --- a/server/demo.conf +++ b/server/demo.conf @@ -78,9 +78,12 @@ idkey = 42 # If not specified then the fallback is the server default # findSizeLimit = 10000 # Mark all channels as 'Inactive' when processor is stopped (default: True) -#cleanOnStop = True +# cleanOnStop = True # Mark all channels as 'Inactive' when processor is started (default: True) -#cleanOnStart = True +# cleanOnStart = True +# Specify an optional id for the recceiver to be used with cleanOnStart and cleanOnStop +# default value is the hostname of the machine the python interpreter is started on +# recceiverID = recc1 # Debug output file location. # Produces no file when not defined. # debug_file_loc = /home/devuser/recsyncdata.txt