mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 15:42:52 +01:00
Added Postgres SSL Support (#7887)
* [Added] Postgres SSL Support * [Added]Postgres SSL Support * [Added] Postgres SSL Support
This commit is contained in:
committed by
Barış Soner Uşaklı
parent
2d24153933
commit
9b4ae4c04a
@@ -27,6 +27,7 @@ connection.getConnectionOptions = function (postgres) {
|
||||
user: postgres.username,
|
||||
password: postgres.password,
|
||||
database: postgres.database,
|
||||
ssl: postgres.ssl,
|
||||
};
|
||||
|
||||
return _.merge(connOptions, postgres.options || {});
|
||||
|
||||
Reference in New Issue
Block a user