Skip to content
Closed
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
15 changes: 14 additions & 1 deletion docs/source/preference_properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ File ../../app/alarm/model/src/main/resources/alarm_preferences.properties::
# Kafka Server host:port
server=localhost:9092

# A file to configure the properites of kafka clients
# A file to configure the properties of kafka clients
kafka_properties=

# Name of alarm tree root.
Expand Down Expand Up @@ -156,6 +156,9 @@ File ../../app/alarm/model/src/main/resources/alarm_preferences.properties::
#
# Format: M1=Value1, M2=Value2
macros=TOP=/home/controls/displays,WEBROOT=http://localhost/controls/displays

# Max time in ms a producer call will block.
max_block_ms=10000


alarm.logging.ui
Expand Down Expand Up @@ -1439,6 +1442,16 @@ File ../../app/save-and-restore/app/src/main/resources/save_and_restore_preferen

# If declared add a date automatically in the name of the snapshot "Take Snapshot"
#default_snapshot_name_date_format=yyyy-MM-dd HH:mm:ss


saveandrestore.client
---------------------

File ../../app/save-and-restore/app/src/main/resources/save_and_restore_client_preferences.properties::

# ------------------------------------------------------
# Package org.phoebus.applications.saveandrestore.client
# ------------------------------------------------------

# The URL to the save-and-restore service
jmasar.service.url=http://localhost:8080/save-restore
Expand Down