mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 13:10:45 +02:00
fix IP address of DB
This commit is contained in:
parent
25b1a0ee0c
commit
9354726740
@ -3,7 +3,7 @@
|
|||||||
DataManager::DataManager(const bool &dryMode)
|
DataManager::DataManager(const bool &dryMode)
|
||||||
:dryMode(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");
|
//db = std::make_shared<DatabaseManager>("localhost", "deloitte", "postgres", "34rjkciea12");
|
||||||
if (db->isOpen()){
|
if (db->isOpen()){
|
||||||
Logger::setDBMan(db);
|
Logger::setDBMan(db);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user