diff --git a/.env.example b/.env.example index 446833c..97e5c11 100644 --- a/.env.example +++ b/.env.example @@ -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