Skip to content

Commit

Permalink
Merge pull request #3 from gimbalabs/doc/add-some-postgres-auth-details
Browse files Browse the repository at this point in the history
docs(README): add some basic details on how the postgres auth works
  • Loading branch information
mmahut committed Sep 27, 2022
2 parents 58f2ac2 + 9132b59 commit 6a82975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ The system requirements for the basic Blockfrost backend stack (which means `blo

There are several configuration files in `config` directory. Config file is picked based on a value in an environment variable `NODE_ENV` (value set in `NODE_ENV` must match the name of the config file). This environment variable is set automatically while running the backend via prepared `yarn` scripts.

If you are using an authenticated db connection that requires a password, you'd need to provide a `PGPASSWORD` environment variable and the postgres library will automatically pick it up.

#### Schema

```ts
Expand Down

0 comments on commit 6a82975

Please sign in to comment.