Skip to content

Commit

Permalink
Test setting ssl to true
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickEvers committed Mar 6, 2024
1 parent ce6c358 commit 034e302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infrastructure/databasePromise.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const resolveDBCredentials = () => {
// https://github.com/vitaly-t/pg-promise/wiki/Connection-Syntax#configuration-object
// https://www.npmjs.com/package/pg-pool
// https://docs.hpi-schul-cloud.org/display/CARCH/Open+Issues+Scalability+and+Stabilization
// db.ssl = true;
db.ssl = true;
// db.connectionTimeoutMillis = 1000;
// db.min = config.CONNECTION_POOL_SIZE_MIN; // validate if it is exist
if (config.DB_IDLE_TIMEOUT_MILLIS) {
Expand Down

0 comments on commit 034e302

Please sign in to comment.