mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 18:13:26 +00:00
Add SSL support for PostgreSQL connection
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user