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