Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/demo.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
[cf]
# cf-store application
# a space-separated list of infotags to set as CF Properties
#infotags = archive, foo, bar, blah
#infotags = archive foo bar blah

# Uncomment line below to turn off the feature to add CA/PVA port info for name server to channelfinder
#iocConnectionInfo = False
Expand Down
1 change: 1 addition & 0 deletions server/recceiver/cfstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ def _start_service_with_lock(self):
required_properties.add(CFPropertyName.CA_PORT.value)
required_properties.add(CFPropertyName.PVA_PORT.value)

# Space or comma and space separated strings
record_property_names_list = {s.strip(", ") for s in self.cf_config.info_tags.split()}
if self.cf_config.record_description_enabled:
record_property_names_list.add(CFPropertyName.RECORD_DESC.value)
Expand Down
2 changes: 1 addition & 1 deletion server/recceiver_full.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ idkey = 42
# cf-store application

# A space-separated list of infotags to set as CF Properties
infotags = archive, archiver
infotags = archive archiver

# Feature to add CA/PVA port info for name server to channelfinder
iocConnectionInfo = True
Expand Down
Loading