.env example updated to the new way of resolving variables

This commit is contained in:
2023-02-28 13:40:44 +03:00
parent 4a71515d0f
commit 36faf3b426

View File

@@ -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