Skip to content

Commit

Permalink
Merge pull request #38 from spacetelescope/arr_rhel9_JETC-4397
Browse files Browse the repository at this point in the history
JETC-4397: Update the SSPH database to the new RHEL9 one.
  • Loading branch information
ariedel authored Jul 1, 2024
2 parents 6f26f9d + 707b0d6 commit f292ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssph_server/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
if True:
import pandokia.db_mysqldb as d
core_db = d.PandokiaDB( {
'host' : 'plssphdb2',
'host' : 'pljwstdbs',
'port' : 3306,
'user' : 'etcadmin',
'passwd' : password, # stored in /internal/data1/other/config/encrypted_pswd
Expand Down

0 comments on commit f292ecb

Please sign in to comment.