From 36faf3b4264b5caec95dfc00600eb8f96d40a3ec Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Tue, 28 Feb 2023 13:40:44 +0300 Subject: [PATCH] .env example updated to the new way of resolving variables --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index a786d0b..9dd9dc8 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,2 @@ -SECRET_KEY = "" -DATABASE_URL = "postgresql://postgres:postgres@db:5432/foo" +SECRET_KEY= +DATABASE_URL=postgresql+asyncpg://postgres:postgres@db:5432/foo