mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Поправил CMakeLists.txt для Release
This commit is contained in:
@@ -26,7 +26,9 @@ bool DataBaseLMS::createConnection()
|
||||
db->setUserName(dbUserName);
|
||||
db->setPassword(dbPassword);
|
||||
db->setPort(5432);
|
||||
db->setHostName("192.168.100.87");
|
||||
//db->setHostName("192.168.100.87");
|
||||
//db->setHostName("192.168.100.248");
|
||||
db->setHostName("192.168.100.239");
|
||||
|
||||
bool res = db->open();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user