Skip to content

Commit cd16911

Browse files
committed
update cf.conf and demo.conf
1 parent 3fe9a78 commit cd16911

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

server/cf.conf

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

server/demo.conf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,12 @@ idkey = 42
7878
# If not specified then the fallback is the server default
7979
# findSizeLimit = 10000
8080
# Mark all channels as 'Inactive' when processor is stopped (default: True)
81-
#cleanOnStop = True
81+
# cleanOnStop = True
8282
# Mark all channels as 'Inactive' when processor is started (default: True)
83-
#cleanOnStart = True
83+
# cleanOnStart = True
84+
# Specify an optional id for the recceiver to be used with cleanOnStart and cleanOnStop
85+
# default value is the hostname of the machine the python interpreter is started on
86+
# recceiverID = recc1
8487
# Debug output file location.
8588
# Produces no file when not defined.
8689
# debug_file_loc = /home/devuser/recsyncdata.txt

0 commit comments

Comments
 (0)