-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pre-release/2024-R5.4 with master (#892)
* LIMS-1569: Get image viewer rings from dials if possible (#875) * LIMS-1002: Fix error when creating new laboratory (#815) * LIMS-1302 - add visit to container even if UAS fails (#762) * LIMS-1487: Fix alphafold triggering (#866) * LIMS-1563 - Remove touchscreen app (#867) Co-authored-by: Mark Williams <[email protected]> Co-authored-by: Guilherme Francisco <[email protected]>
- Loading branch information
1 parent
7eb2aab
commit 3684b32
Showing
51 changed files
with
95 additions
and
29,246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,12 +128,12 @@ | |
$enabled_container_types = array(); | ||
|
||
# Zocalo message broker credentials - Set to empty string to disable | ||
$zocalo_server = 'tcp://activemq.server.ac.uk'; | ||
$zocalo_username = 'foo'; | ||
$zocalo_password = 'bar'; | ||
|
||
# Primary Zocalo entry point for recipe submission | ||
$zocalo_mx_reprocess_queue = '/queue/zocolo.name'; | ||
$rabbitmq_zocalo_host = 'rabbitmq.server.ac.uk'; | ||
$rabbitmq_zocalo_port = 5672; | ||
$rabbitmq_zocalo_username = 'foo'; | ||
$rabbitmq_zocalo_password = 'bar'; | ||
$rabbitmq_zocalo_vhost = 'zocalo'; | ||
$rabbitmq_zocalo_routing_key = 'processing_recipe'; | ||
|
||
# This is used to trigger Zocalo recipes on adding new Protein sequences | ||
# Set to empty string to disable | ||
|
@@ -193,18 +193,6 @@ | |
$in_contacts = array('Ind Contact' => '[email protected]' | ||
); | ||
|
||
|
||
# Beamline Sample Registration Machines | ||
# - Used for touchscreen application (unauthenticated) | ||
$blsr = array('1.2.3.4', # my touchscreen computer | ||
); | ||
|
||
# Beamline Sample Registration IP -> Beamline mapping | ||
# - Third part of ip is used to identify beamline | ||
# x.x.103.x => i03 | ||
$ip2bl = array(103 => 'i03', | ||
); | ||
|
||
# Barcode readers | ||
# - These clients use the android app (unauthenticated) | ||
$bcr = array('1.2.3.4', # my android device | ||
|
@@ -393,4 +381,5 @@ | |
# Dials server values | ||
$dials_rest_url = ""; | ||
$dials_rest_jwt = ""; | ||
$dials_rest_url_rings = false; | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.