feat: allow self signed certificates with postgres connections (#5143)

This commit is contained in:
Quentin G
2024-04-25 16:29:07 +03:00
committed by GitHub
parent 11a7db5672
commit 806666d909
6 changed files with 24 additions and 0 deletions

View File

@ -34,6 +34,7 @@ import TabItem from '@theme/TabItem';
<OptionTable options={[
['PG_DATABASE_URL', 'postgres://user:pw@localhost:5432/default?connection_limit=1', 'Database connection'],
['PG_SSL_ALLOW_SELF_SIGNED', 'false', 'Allow self signed certificates'],
['REDIS_HOST', '127.0.0.1', 'Redis connection host'],
['REDIS_PORT', '6379', 'Redis connection port'],
['FRONT_BASE_URL', 'http://localhost:3001', 'Url to the hosted frontend'],