Skip to content

Commit

Permalink
Merge pull request #340 from privacy-scaling-explorations/ref/temp-br…
Browse files Browse the repository at this point in the history
…anch

Sync branches
  • Loading branch information
vplasencia authored Dec 6, 2023
2 parents 363a65e + 0b3c6a7 commit cff54c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ It will also automatically check that the modified files comply with ESLint and

### Database

Bandada requires a SQL database to work, which is used by the `api` application.
Bandada requires an SQL database to work, which is used by the `api` application.
Bandada can work with Postgres and SQLite. Other SQL flavors should work but have not been tested yet.
You can pass the connection URL to the database using the environment variable (see below).

Expand All @@ -260,7 +260,7 @@ yarn test

### Running in Docker

You can also run Bandada using Docker by running below command in the project root:
You can also run Bandada using Docker by running the below command in the project root:

```sh
docker-compose up -d
Expand Down

0 comments on commit cff54c6

Please sign in to comment.