Skip to content

Commit

Permalink
update cf.conf and demo.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomago committed Apr 2, 2024
1 parent 3fe9a78 commit cd16911
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
27 changes: 20 additions & 7 deletions server/cf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 5 additions & 2 deletions server/demo.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd16911

Please sign in to comment.