mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +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
@@ -38,6 +38,11 @@ postgresModule.questions = [
|
||||
description: 'PostgreSQL database name',
|
||||
default: nconf.get('postgres:database') || 'nodebb',
|
||||
},
|
||||
{
|
||||
name: 'postgres:ssl',
|
||||
description: 'Enable SSL for PostgreSQL database access',
|
||||
default: nconf.get('postgres:ssl') || false,
|
||||
},
|
||||
];
|
||||
|
||||
postgresModule.init = function (callback) {
|
||||
|
||||
Reference in New Issue
Block a user