mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
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_MIN=
|
||||||
# DATABASE_CONNECTION_POOL_MAX=
|
# DATABASE_CONNECTION_POOL_MAX=
|
||||||
# Uncomment this to disable SSL for connecting to Postgres
|
# 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
|
# For redis you can either specify an ioredis compatible url like this
|
||||||
REDIS_URL=redis://redis:6379
|
REDIS_URL=redis://redis:6379
|
||||||
|
|||||||
Reference in New Issue
Block a user