Skip to content

Commit e3e0e68

Browse files
authored
fix: default DB URI consistency (#303)
1 parent b4184ed commit e3e0e68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libexec/environ.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ log_config=logging # set to 'logging' for quiet, or to 'debug' for verbose
1212
export TIMELINESRC=$(realpath $(dirname $this_env)/..)
1313

1414
# database URIs
15-
[ -z "${RCDB_CONNECTION-}" ] && export RCDB_CONNECTION=mysql://rcdb@clasdb.jlab.org/rcdb
15+
[ -z "${RCDB_CONNECTION-}" ] && export RCDB_CONNECTION=mysql://rcdb@clasdb-farm.jlab.org/rcdb
1616
[ -z "${CCDB_CONNECTION-}" ] && export CCDB_CONNECTION=mysql://clas12reader@clasdb-farm.jlab.org/clas12
1717
# overrides for CI
1818
if ${GITHUB_ACTIONS:-false}; then

0 commit comments

Comments
 (0)