diff --git a/run_hyperion.sh b/run_hyperion.sh index 0cb16c337..d3ac9de09 100755 --- a/run_hyperion.sh +++ b/run_hyperion.sh @@ -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 diff --git a/src/hyperion/parameters/constants.py b/src/hyperion/parameters/constants.py index adb35ef30..be0756cf4 100644 --- a/src/hyperion/parameters/constants.py +++ b/src/hyperion/parameters/constants.py @@ -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