Skip to content

Commit 8edcf8c

Browse files
Set correct parameters for database connection
1 parent 8e0f7fb commit 8edcf8c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

EU_HFR_NODE_NRTdb4HOORT.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,19 @@ def main(argv):
8383

8484
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!TO BE COMMENTED FOR OPERATIONS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
8585
# Set parameter for Mysql database connection
86-
sqlConfig = {
87-
'user': 'HFRuserCP',
88-
'password': '!_kRIVAHYH2RLpmQxz_!',
89-
'host': '150.145.136.108',
90-
'database': 'HFR_node_db',
91-
}
92-
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!TO BE UNCOMMENTED FOR OPERATIONS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9386
# sqlConfig = {
94-
# 'user': 'HFRuserHOORT',
95-
# 'password': '!_Wga4JNtb8tCGyX]9_!',
96-
# 'host': 'localhost',
87+
# 'user': 'HFRuserCP',
88+
# 'password': '!_kRIVAHYH2RLpmQxz_!',
89+
# 'host': '150.145.136.108',
9790
# 'database': 'HFR_node_db',
9891
# }
92+
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!TO BE UNCOMMENTED FOR OPERATIONS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
93+
sqlConfig = {
94+
'user': 'HFRuserHOORT',
95+
'password': '!_Wga4JNtb8tCGyX]9_!',
96+
'host': 'localhost',
97+
'database': 'HFR_node_db',
98+
}
9999

100100
# Initialize error flag
101101
EHNerr = False

0 commit comments

Comments
 (0)