mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 18:10:49 +02:00
Little fixes and changes
This commit is contained in:
parent
fcf43b043e
commit
edf8951d08
@ -73,7 +73,7 @@ bool DatabaseManager::openPostgres(const QString &host, const QString &dbName, c
|
||||
mDatabase.setHostName(host);
|
||||
mDatabase.setUserName(user);
|
||||
// Froward testing -->>
|
||||
mDatabase.setPort(3308);
|
||||
// mDatabase.setPort(3308);
|
||||
mDatabase.setPassword(password);
|
||||
// @see https://www.qtcentre.org/threads/39913-QSqlDatabase-connection-timeout
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user