From 099de3f142398ce39185f6f66a7881aa48284377 Mon Sep 17 00:00:00 2001 From: Anthony Date: Mon, 25 Jul 2022 02:53:31 +0100 Subject: [PATCH] feat(docs): add ssl preference --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 73cebf7..0d68079 100644 --- a/.env.example +++ b/.env.example @@ -10,4 +10,4 @@ POSTGRES_PASSWORD=PASSWORD POSTGRES_DB=DB # 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"