Skip to content

Commit

Permalink
Update the SSPH database to the new RHEL9 one.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariedel committed Jun 26, 2024
1 parent 6f26f9d commit 707b0d6
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 707b0d6

Please sign in to comment.