chore: Update .env.example to enable SSL for connecting to Postgres

This commit is contained in:
2024-07-31 11:14:55 +08:00
parent f8cd764815
commit a296c9bf5e
+1 -1
View File
@@ -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