Skip to content
Snippets Groups Projects
Commit a96775e6 authored by Tim Fritzen's avatar Tim Fritzen
Browse files

Enabled ssl for db connection

parent 0c9fb8c1
No related branches found
No related tags found
No related merge requests found
Pipeline #7969 passed
......@@ -32,6 +32,7 @@ export const sql = building ? null as unknown as Sql : await init(postgres({
password: env.POSTGRES_PASSWORD,
port: parseInt(env.POSTGRES_PORT || "5432"),
transform: postgres.camel,
ssl: true
}));
async function init(sql: Sql) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment