From 806666d9095660e87844c67c8a84c46e71e4a41a Mon Sep 17 00:00:00 2001 From: Quentin G Date: Thu, 25 Apr 2024 16:29:07 +0300 Subject: [PATCH] feat: allow self signed certificates with postgres connections (#5143) --- .../twenty-docs/docs/start/self-hosting/self-hosting.mdx | 1 + packages/twenty-server/.env.example | 1 + .../src/database/typeorm/core/core.datasource.ts | 6 ++++++ .../src/database/typeorm/metadata/metadata.datasource.ts | 6 ++++++ .../twenty-server/src/database/typeorm/typeorm.service.ts | 5 +++++ .../integrations/environment/environment-variables.ts | 5 +++++ 6 files changed, 24 insertions(+) diff --git a/packages/twenty-docs/docs/start/self-hosting/self-hosting.mdx b/packages/twenty-docs/docs/start/self-hosting/self-hosting.mdx index 9bbacd045..5efa3dc0e 100644 --- a/packages/twenty-docs/docs/start/self-hosting/self-hosting.mdx +++ b/packages/twenty-docs/docs/start/self-hosting/self-hosting.mdx @@ -34,6 +34,7 @@ import TabItem from '@theme/TabItem';