Skip to content

Commit

Permalink
docs: mention test pg user/db
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Nov 21, 2023
1 parent 37dfb19 commit cb0ba68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Common utilities and helpers for Bento platform services.
For tests to complete successfully, the following external servers must be running:

* A Redis server at `localhost:6379`
* A Postgres server at `localhost:5432`
* A Postgres server at `localhost:5432` with `peer` access for the `postgres`
role/database

Then, tests and linting can be run with the following command:

Expand Down

0 comments on commit cb0ba68

Please sign in to comment.