Skip to content

Commit

Permalink
πŸ“ update SQLALCHEMY_DATABASE_URI to use asyncpg
Browse files Browse the repository at this point in the history
  • Loading branch information
agn-7 committed Dec 1, 2023
1 parent c5490f6 commit 9c52bfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ To launch an API instance, you should:
You can also run the project via `docker-compose` (i.e. `docker compose up -d`) on port `80` in which you would need the [.docker.env](/.docker.env) containing the following variable to create the database:

```
SQLALCHEMY_DATABASE_URI=postgresql://<username>:<password>@ifsguid_db/<db-name>
SQLALCHEMY_DATABASE_URI=postgresql+asyncpg://<username>:<password>@ifsguid_db/<db-name>
```


0 comments on commit 9c52bfe

Please sign in to comment.