Add SSL support for PostgreSQL connection

This commit is contained in:
qtchaos
2023-12-30 01:09:04 +02:00
parent 9a27b0b0b4
commit b2598e3d82
5 changed files with 18 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ export async function setupMikroORM() {
conf.postgres.connection,
conf.postgres.debugLogging,
(msg) => log.info(msg),
conf.postgres.ssl,
);
if (conf.postgres.syncSchema) {