feat(docs): add ssl preference

This commit is contained in:
Anthony 2022-07-25 02:53:31 +01:00
parent a2dcdddfc6
commit 099de3f142

View File

@ -10,4 +10,4 @@ POSTGRES_PASSWORD=PASSWORD
POSTGRES_DB=DB POSTGRES_DB=DB
# Database URL (designed for Postgres, but designed on Prisma) # Database URL (designed for Postgres, but designed on Prisma)
DATABASE_URL= # "postgresql://USERNAME:PASSWORD@postgres:5432/DB?schema=ara" DATABASE_URL= # "postgresql://USERNAME:PASSWORD@postgres:5432/DB?schema=ara&sslmode=prefer"