Add ssl certificate crt and key to config

This commit is contained in:
Tina_Azure
2023-04-24 23:24:54 +02:00
parent bdb95ab3d7
commit 0eddcefe13
5 changed files with 44 additions and 20 deletions

View File

@ -284,7 +284,7 @@ namespace Database {
}
/*
* Executes the prepared statement SELECT_ITEM_BY_ID
* Executes the SELECT_FREELANCERS_WITHCOMMISSIONSSTATE statement
* Takes an open pqxx::connection
*/
pqxx::result executeStatement_SELECT_FREELANCERS_WITHCOMMISSIONSSTATE(pqxx::connection &connection) {