Skip to content

Commit

Permalink
Merge pull request DiamondLightSource/hyperion#1223 from DiamondLight…
Browse files Browse the repository at this point in the history
…Source/865_rename_ispyb_config

Rename ispyb credentials file
  • Loading branch information
DominicOram authored Mar 7, 2024
2 parents 8726c30 + bba82bc commit f48aecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_hyperion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if [[ $START == 1 ]]; then
if [ $IN_DEV == false ]; then
check_user

ISPYB_CONFIG_PATH="/dls_sw/dasc/mariadb/credentials/ispyb-artemis-${BEAMLINE}.cfg"
ISPYB_CONFIG_PATH="/dls_sw/dasc/mariadb/credentials/ispyb-hyperion-${BEAMLINE}.cfg"
export ISPYB_CONFIG_PATH

fi
Expand Down
2 changes: 1 addition & 1 deletion src/hyperion/parameters/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# this one is for reading
SIM_ISPYB_CONFIG = "tests/test_data/test_config.cfg"
# this one is for making depositions:
DEV_ISPYB_DATABASE_CFG = "/dls_sw/dasc/mariadb/credentials/ispyb-dev.cfg"
DEV_ISPYB_DATABASE_CFG = "/dls_sw/dasc/mariadb/credentials/ispyb-hyperion-dev.cfg"

PARAMETER_SCHEMA_DIRECTORY = "src/hyperion/parameters/schemas/"
OAV_REFRESH_DELAY = 0.3
Expand Down

0 comments on commit f48aecf

Please sign in to comment.