Skip to content
Snippets Groups Projects
Commit 90d3707d authored by Jan David Mol's avatar Jan David Mol
Browse files

SW-693: Pull db credentials for FinalMetaData from config file external to the parset/svn

parent 3300c422
No related branches found
Tags LOFAR-Release-3_2_13
1 merge request!6Import cobalt2 into lofar4
...@@ -208,7 +208,7 @@ namespace LOFAR { ...@@ -208,7 +208,7 @@ namespace LOFAR {
db = "LOFAR_4"; db = "LOFAR_4";
string user = config.getString("FinalMetaDataGatherer.database.username", ""); string user = config.getString("FinalMetaDataGatherer.database.username", "");
string password = config.getString("FinalMetaDataGatherer.database.username", ""); string password = config.getString("FinalMetaDataGatherer.database.password", "");
string port = config.getString("FinalMetaDataGatherer.database.port", ""); string port = config.getString("FinalMetaDataGatherer.database.port", "");
if (port.empty()) if (port.empty())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment