.env example updated to the new way of resolving variables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user