chore: Update .env.example to enable SSL for connecting to Postgres
This commit is contained in:
+1
-1
@@ -503,7 +503,7 @@ DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DATABASE__HOSTNA
|
||||
# DATABASE_CONNECTION_POOL_MIN=
|
||||
# DATABASE_CONNECTION_POOL_MAX=
|
||||
# Uncomment this to disable SSL for connecting to Postgres
|
||||
PGSSLMODE=disable
|
||||
# PGSSLMODE=disable
|
||||
|
||||
# For redis you can either specify an ioredis compatible url like this
|
||||
REDIS_URL=redis://redis:6379
|
||||
|
||||
Reference in New Issue
Block a user