forked from ondra/colnod-connector
fix IP address of DB
This commit is contained in:
parent
25b1a0ee0c
commit
9354726740
@ -3,7 +3,7 @@
|
||||
DataManager::DataManager(const bool &dryMode)
|
||||
:dryMode(dryMode)
|
||||
{
|
||||
db = std::make_shared<DatabaseManager>("192.168.1.4", "deloitte", "postgres", "34rjkciea12", dryMode);
|
||||
db = std::make_shared<DatabaseManager>("192.168.1.94", "deloitte", "postgres", "34rjkciea12", dryMode);
|
||||
//db = std::make_shared<DatabaseManager>("localhost", "deloitte", "postgres", "34rjkciea12");
|
||||
if (db->isOpen()){
|
||||
Logger::setDBMan(db);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user